Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputSection.h112 bool isLive(uint64_t off) const override { return live; } in isLive() function
203 bool isLive(uint64_t off) const override { return getStringPiece(off).live; } in isLive() function
242 bool isLive(uint64_t off) const override { in isLive() function
H A DSymbols.h54 bool isLive() const { return used; } in isLive() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp469 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
521 SymbolReaper::isLive(const Expr *ExprVal, const LocationContext *ELCtx) const { in isLive() function in SymbolReaper
541 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
/openbsd-src/gnu/llvm/lld/COFF/
H A DSymbols.cpp81 bool Symbol::isLive() const { in isLive() function in lld::coff::Symbol
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DADCE.cpp127 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() function in __anon5c9c06f70111::AggressiveDeadCodeElimination
131 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() function in __anon5c9c06f70111::AggressiveDeadCodeElimination
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DPointer.h165 bool isLive() const { return Pointee && !Pointee->IsDead; } in isLive() function
/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.h70 bool isLive() const { return live; } in isLive() function
H A DSymbols.cpp146 bool Symbol::isLive() const { in isLive() function in lld::wasm::Symbol
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.h90 bool isLive() const { return partition != 0; } in isLive() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp155 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anonb601c4880211::DeadStoreObs
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp698 bool DeadArgumentEliminationPass::isLive(const RetOrArg &RA) { in isLive() function in DeadArgumentEliminationPass
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp190 bool isLive(unsigned RegNo) const { in isLive() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h501 bool isLive() const { in isLive() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1692 bool isLive; in eliminateUndefCopy() local