clang
7.0.0
|
#include "clang/Analysis/Analyses/LiveVariables.h"
Public Member Functions | |
virtual | ~Observer () |
virtual void | observeStmt (const Stmt *S, const CFGBlock *currentBlock, const LivenessValues &V) |
A callback invoked right before invoking the liveness transfer function on the given statement. More... | |
virtual void | observerKill (const DeclRefExpr *DR) |
Called when the live variables analysis registers that a variable is killed. More... | |
Definition at line 55 of file LiveVariables.h.
|
inlinevirtual |
Definition at line 58 of file LiveVariables.h.
|
inlinevirtual |
Called when the live variables analysis registers that a variable is killed.
Definition at line 68 of file LiveVariables.h.
References clang::LiveVariables::computeLiveness(), clang::LiveVariables::LivenessValues::isLive(), and clang::LiveVariables::~LiveVariables().
|
inlinevirtual |
A callback invoked right before invoking the liveness transfer function on the given statement.
Definition at line 62 of file LiveVariables.h.