/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 67 bool LiveVariables::LivenessValues::isLive(const Expr *E) const { in isLive() function in LiveVariables::LivenessValues 71 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { in isLive() function in LiveVariables::LivenessValues 141 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { in isLive() function in LiveVariables 145 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { in isLive() function in LiveVariables 149 bool LiveVariables::isLive(const Stmt *Loc, const Expr *Val) { in isLive() function in LiveVariables
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 459 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper 511 SymbolReaper::isLive(const Expr *ExprVal, const LocationContext *ELCtx) const { in isLive() function in SymbolReaper 531 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() function in SymbolReaper
|
H A D | DynamicType.cpp | 158 static bool isLive(SymbolReaper &SR, const MemRegion *MR) { in isLive() function 162 static bool isLive(SymbolReaper &SR, SymbolRef Sym) { return SR.isLive(Sym); } in isLive() function
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputSection.h | 114 bool isLive(uint64_t off) const override { return live; } in isLive() function 206 bool isLive(uint64_t off) const override { return getStringPiece(off).live; } in isLive() function 252 bool isLive(uint64_t off) const override { in isLive() function
|
H A D | Symbols.h | 54 bool isLive() const { return used; } in isLive() function
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Symbols.cpp | 81 bool Symbol::isLive() const { in isLive() function in lld::coff::Symbol
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 131 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() function in __anonf15092a00111::AggressiveDeadCodeElimination 135 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() function in __anonf15092a00111::AggressiveDeadCodeElimination
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h | 254 bool isLive() const { in isLive() function
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputSection.h | 108 bool isLive() const { return partition != 0; } in isLive() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 711 bool DeadArgumentEliminationPass::isLive(const RetOrArg &RA) { in isLive() function in DeadArgumentEliminationPass
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 189 bool isLive(unsigned RegNo) const { in isLive() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 515 bool isLive() const { in isLive() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 1758 bool isLive; in eliminateUndefCopy() local
|