clang
3.7.0
|
#include <LiveVariables.h>
Static Public Member Functions | |
static LiveVariables * | create (AnalysisDeclContext &analysisContext) |
static const void * | getTag () |
![]() | |
static LiveVariables * | computeLiveness (AnalysisDeclContext &analysisContext, bool killAtAssign) |
Compute the liveness information for a given CFG. More... | |
static LiveVariables * | create (AnalysisDeclContext &analysisContext) |
static const void * | getTag () |
Additional Inherited Members | |
![]() | |
~LiveVariables () override | |
bool | isLive (const CFGBlock *B, const VarDecl *D) |
bool | isLive (const Stmt *S, const VarDecl *D) |
bool | isLive (const Stmt *Loc, const Stmt *StmtVal) |
void | dumpBlockLiveness (const SourceManager &M) |
void | runOnAllBlocks (Observer &obs) |
![]() | |
virtual | ~ManagedAnalysis () |
![]() | |
ManagedAnalysis () | |
Definition at line 106 of file LiveVariables.h.
|
inlinestatic |
Definition at line 108 of file LiveVariables.h.
References clang::LiveVariables::computeLiveness().
|
static |
Definition at line 611 of file LiveVariables.cpp.