clang
7.0.0
|
#include "clang/Analysis/Analyses/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) |
Return true if a variable is live at the end of a specified block. More... | |
bool | isLive (const Stmt *S, const VarDecl *D) |
Returns true if a variable is live at the beginning of the the statement. More... | |
bool | isLive (const Stmt *Loc, const Stmt *StmtVal) |
Returns true the block-level expression "value" is live before the given block-level expression (see runOnAllBlocks). More... | |
void | dumpBlockLiveness (const SourceManager &M) |
Print to stderr the liveness information associated with each basic block. More... | |
void | runOnAllBlocks (Observer &obs) |
![]() | |
virtual | ~ManagedAnalysis () |
![]() | |
ManagedAnalysis ()=default | |
Definition at line 108 of file LiveVariables.h.
|
inlinestatic |
Definition at line 110 of file LiveVariables.h.
References clang::LiveVariables::computeLiveness(), and clang::LiveVariables::getTag().
|
static |
Definition at line 637 of file LiveVariables.cpp.