Home
last modified time | relevance | path

Searched defs:Live (Results 1 – 14 of 14) 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.c53 struct live_intervals Live[4]; member
/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h68 enum Liveness { Live, MaybeLive }; enumerator
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp658 LivenessBV Live(NumVars); in livenessLightweight() local
678 LivenessBV &Live = Liveness->getScratchBV(); in liveness() local
979 const LivenessBV *Live; in emitRegisterUsage() local
DIceInst.cpp199 void Inst::livenessLightweight(Cfg *Func, LivenessBV &Live) { in livenessLightweight()
214 bool Inst::liveness(InstNumberT InstNumber, LivenessBV &Live, in liveness()
439 void InstPhi::livenessPhiOperand(LivenessBV &Live, CfgNode *Target, in livenessPhiOperand()
DIceCfg.h334 std::unique_ptr<Liveness> Live; variable
DIceOperand.h892 LiveRange Live; variable
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1550 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca()
2143 SmallVector<Value *, 128> Live; in insertParsePoints() local
2443 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveVariables.cpp425 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
/external/llvm/lib/CodeGen/
DLiveVariables.cpp446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp86 enum Liveness { Live, MaybeLive }; enumerator
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp680 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc99 static std::map<CUcontext, std::unique_ptr<CudaContext>> *Live() { in Live() function in perftools::gputools::cuda::__anonfda244860111::CreatedContexts