clang 20.0.0git
|
#include "clang/Analysis/Analyses/Dominators.h"
Public Member Functions | |
ControlDependencyCalculator (CFG *cfg) | |
const CFGPostDomTree & | getCFGPostDomTree () const |
const CFGBlockVector & | getControlDependencies (CFGBlock *A) |
bool | isControlDependent (CFGBlock *A, CFGBlock *B) |
Whether A is control dependent on B . | |
LLVM_DUMP_METHOD void | dump () |
Public Member Functions inherited from clang::ManagedAnalysis | |
virtual | ~ManagedAnalysis () |
Additional Inherited Members | |
Protected Member Functions inherited from clang::ManagedAnalysis | |
ManagedAnalysis ()=default | |
Definition at line 215 of file Dominators.h.
|
inline |
Definition at line 226 of file Dominators.h.
|
inline |
Definition at line 254 of file Dominators.h.
References clang::CFGDominatorTreeImpl< IsPostDom >::getCFG(), and getControlDependencies().
|
inline |
Definition at line 229 of file Dominators.h.
|
inline |
Definition at line 232 of file Dominators.h.
Referenced by dump(), and isControlDependent().
Whether A
is control dependent on B
.
Definition at line 249 of file Dominators.h.
References getControlDependencies().