Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp67 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-src/contrib/llvm-project/lld/MachO/
H A DInputSection.h114 bool isLive(uint64_t off) const override { return live; } in isLive() function
205 bool isLive(uint64_t off) const override { return getStringPiece(off).live; } isLive() function
251 bool isLive(uint64_t off) const override { isLive() function
H A DSymbols.h54 bool isLive() const { return used; } in isLive() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp459 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 DDynamicType.cpp158 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-src/contrib/llvm-project/lld/COFF/
H A DSymbols.cpp81 bool Symbol::isLive() const { in isLive() function in lld::coff::Symbol
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp131 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() function in __anona91829f20111::AggressiveDeadCodeElimination
135 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() function in __anona91829f20111::AggressiveDeadCodeElimination
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h197 bool isLive() const { return Pointee && !Pointee->IsDead; } isLive() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DInputSection.h92 bool isLive() const { return partition != 0; } isLive() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp155 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anon897c83030211::DeadStoreObs
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp713 bool DeadArgumentEliminationPass::isLive(const RetOrArg &RA) { isLive() function in DeadArgumentEliminationPass
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp189 bool isLive(unsigned RegNo) const { in isLive() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h514 bool isLive() const { isLive() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1758 bool isLive; in eliminateUndefCopy() local