clang
3.7.0
|
#include <LiveVariables.h>
Public Member Functions | |
virtual | ~Observer () |
virtual void | observeStmt (const Stmt *S, const CFGBlock *currentBlock, const LivenessValues &V) |
virtual void | observerKill (const DeclRefExpr *DR) |
Definition at line 53 of file LiveVariables.h.
|
inlinevirtual |
Definition at line 56 of file LiveVariables.h.
|
inlinevirtual |
Called when the live variables analysis registers that a variable is killed.
Definition at line 66 of file LiveVariables.h.
|
inlinevirtual |
A callback invoked right before invoking the liveness transfer function on the given statement.
Definition at line 60 of file LiveVariables.h.