Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Analysis/DataFlow/
H A DLivenessAnalysis.h69 bool isLive = false; member
H A DDeadCodeAnalysis.h47 bool isLive() const { return live; } in isLive() function
/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
/llvm-project/lld/MachO/
H A DInputSection.h114 bool isLive(uint64_t off) const override { return live; } in isLive() function
206 bool isLive(uint64_t off) const override { return getStringPiece(off).live; } isLive() function
252 bool isLive(uint64_t off) const override { isLive() function
H A DSymbols.h54 bool isLive() const { return used; } isLive() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp459 bool SymbolReaper::isLive(SymbolRef sym) { isLive() function in SymbolReaper
511 SymbolReaper::isLive(const Expr *ExprVal, const LocationContext *ELCtx) const { isLive() function in SymbolReaper
531 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ isLive() function in SymbolReaper
[all...]
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
/llvm-project/lld/COFF/
H A DSymbols.cpp81 bool Symbol::isLive() const { isLive() function in lld::coff::Symbol
/llvm-project/lld/wasm/
H A DInputFiles.h68 bool isLive() const { return live; } in isLive() function
H A DSymbols.cpp146 bool Symbol::isLive() const { isLive() function in lld::wasm::Symbol
/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp131 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() function in __anondb19ab130111::AggressiveDeadCodeElimination
135 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() function in __anondb19ab130111::AggressiveDeadCodeElimination
/llvm-project/pstl/test/std/algorithms/alg.sorting/
H A Dsort.pass.cpp50 isLive() const in isLive() function in ParanoidKey
/llvm-project/clang/lib/AST/Interp/
H A DPointer.h
/llvm-project/lld/ELF/
H A DInputSection.h95 bool isLive() const { return partition != 0; } isLive() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp155 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anonb2e4cea40211::DeadStoreObs
/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp711 bool DeadArgumentEliminationPass::isLive(const RetOrArg &RA) { isLive() function in DeadArgumentEliminationPass
/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp189 bool isLive(unsigned RegNo) const { in isLive() function
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h515 bool isLive() const { isLive() function
/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1758 bool isLive; eliminateUndefCopy() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp2675 auto isLive = [&](Value value) { computeNecessaryMaterializations() local