Home
last modified time | relevance | path

Searched defs:Live (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive()
210 const LiveVariables::LivenessValues &Live) { in CheckVarDecl()
230 const LiveVariables::LivenessValues& Live) { in CheckDeclRef()
259 const LiveVariables::LivenessValues &Live) override { in observeStmt()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.h51 struct live_intervals Live[4]; member
Dradeon_pair_regalloc.c51 struct live_intervals Live[4]; member
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1712 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca()
2448 SmallVector<Value *, 128> Live; in insertParsePoints() local
2754 static void checkBasicSSA(DominatorTree &DT, DenseSet<Value *> &Live, in checkBasicSSA()
/external/llvm/lib/CodeGen/
DLiveVariables.cpp446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp87 enum Liveness { Live, MaybeLive }; enumerator
/external/llvm/lib/Target/WebAssembly/
DRelooper.cpp211 BlockSet Live; in Calculate() member