clang
8.0.0
|
#include "clang/Analysis/Analyses/LiveVariables.h"
Public Member Functions | |
bool | equals (const LivenessValues &V) const |
LivenessValues () | |
LivenessValues (llvm::ImmutableSet< const Stmt *> LiveStmts, llvm::ImmutableSet< const VarDecl *> LiveDecls, llvm::ImmutableSet< const BindingDecl *> LiveBindings) | |
bool | isLive (const Stmt *S) const |
bool | isLive (const VarDecl *D) const |
Public Attributes | |
llvm::ImmutableSet< const Stmt * > | liveStmts |
llvm::ImmutableSet< const VarDecl * > | liveDecls |
llvm::ImmutableSet< const BindingDecl * > | liveBindings |
Friends | |
class | LiveVariables |
Definition at line 31 of file LiveVariables.h.
|
inline |
Definition at line 40 of file LiveVariables.h.
|
inline |
Definition at line 43 of file LiveVariables.h.
References isLive().
bool LiveVariables::LivenessValues::equals | ( | const LivenessValues & | V | ) | const |
Definition at line 172 of file LiveVariables.cpp.
References liveDecls, and liveStmts.
Referenced by clang::LiveVariables::computeLiveness().
Definition at line 115 of file LiveVariables.cpp.
Referenced by LivenessValues(), LookThroughTransitiveAssignmentsAndCommaOperators(), and clang::LiveVariables::Observer::observerKill().
Definition at line 119 of file LiveVariables.cpp.
References liveBindings, liveDecls, and liveStmts.
|
friend |
Definition at line 52 of file LiveVariables.h.
Referenced by clang::LiveVariables::create().
llvm::ImmutableSet<const BindingDecl *> clang::LiveVariables::LivenessValues::liveBindings |
Definition at line 36 of file LiveVariables.h.
Referenced by isLive().
llvm::ImmutableSet<const VarDecl *> clang::LiveVariables::LivenessValues::liveDecls |
Definition at line 35 of file LiveVariables.h.
Referenced by clang::LiveVariables::dumpBlockLiveness(), equals(), isLive(), and writeShouldKill().
llvm::ImmutableSet<const Stmt *> clang::LiveVariables::LivenessValues::liveStmts |
Definition at line 34 of file LiveVariables.h.