Home
last modified time | relevance | path

Searched defs:isLive (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Analysis/
HDLiveVariables.cpp134 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const { in isLive() function in LiveVariables::LivenessValues
138 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { in isLive() function in LiveVariables::LivenessValues
192 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { in isLive() function in LiveVariables
196 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { in isLive() function in LiveVariables
200 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { in isLive() function in LiveVariables
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSymbolManager.cpp444 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
493 SymbolReaper::isLive(const Stmt *ExprVal, const LocationContext *ELCtx) const { in isLive() function in SymbolReaper
512 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() function in SymbolReaper
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDeadStoresChecker.cpp145 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anonaa11edb40211::DeadStoreObs
/trueos/contrib/llvm/lib/CodeGen/
HDRegisterPressure.cpp576 bool isLive = LiveRegs.contains(Reg); in advance() local
/trueos/contrib/llvm/lib/Target/X86/
HDX86FloatingPoint.cpp196 bool isLive(unsigned RegNo) const { in isLive() function