Searched defs:isLive (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.cpp84 bool Symbol::isLive() const { function in class:lld::coff::Symbol
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp462 bool SymbolReaper::isLive(SymbolRef sym) { function in class:SymbolReaper
511 SymbolReaper::isLive(cons function in class:SymbolReaper
530 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ function in class:SymbolReaper
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h142 bool isLive() const { return Pointee && !Pointee->IsDead; } function in class:clang::interp::Pointer
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h90 bool isLive() const { return partition != 0; } function in class:lld::elf::SectionBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp126 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } function in class:__anon2652::AggressiveDeadCodeElimination
130 bool isLive(Instruction *I) { return InstInfo[I].Live; } function in class:__anon2652::AggressiveDeadCodeElimination
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp114 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const { function in class:LiveVariables::LivenessValues
118 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { function in class:LiveVariables::LivenessValues
183 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { function in class:LiveVariables
187 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { function in class:LiveVariables
191 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { function in class:LiveVariables
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp157 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { function in class:__anon769::DeadStoreObs
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h400 bool isLive() const { return Flags.Live; } function in class:llvm::CalleeInfo::GlobalValueSummary
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1622 bool isLive; local

Completed in 156 milliseconds