|
clang
5.0.0
|
#include "clang/Analysis/Analyses/LiveVariables.h"
Static Public Member Functions | |
| static LiveVariables * | create (AnalysisDeclContext &analysisContext) |
| static const void * | getTag () |
Static Public Member Functions inherited from clang::LiveVariables | |
| 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 | |
Public Member Functions inherited from clang::LiveVariables | |
| ~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) |
Public Member Functions inherited from clang::ManagedAnalysis | |
| virtual | ~ManagedAnalysis () |
Protected Member Functions inherited from clang::ManagedAnalysis | |
| ManagedAnalysis () | |
Definition at line 105 of file LiveVariables.h.
|
inlinestatic |
Definition at line 107 of file LiveVariables.h.
References clang::LiveVariables::computeLiveness().
|
static |
Definition at line 602 of file LiveVariables.cpp.
1.8.6