Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp119 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const { in isLive() function in LiveVariables::LivenessValues
123 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { in isLive() function in LiveVariables::LivenessValues
177 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { in isLive() function in LiveVariables
181 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { in isLive() function in LiveVariables
185 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { in isLive() function in LiveVariables
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp440 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
489 SymbolReaper::isLive(const Stmt *ExprVal, const LocationContext *ELCtx) const { in isLive() function in SymbolReaper
508 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() function in SymbolReaper
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anon3346c1240211::DeadStoreObs
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DRegisterPressure.cpp582 bool isLive = LiveRegs.contains(Reg); in advance() local
H A DRegisterCoalescer.cpp1088 bool isLive; in eliminateUndefCopy() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp179 bool isLive(unsigned RegNo) const { in isLive() function