/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 147 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/ |
D | radeon_variable.h | 51 struct live_intervals Live[4]; member
|
D | radeon_pair_regalloc.c | 53 struct live_intervals Live[4]; member
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 68 enum Liveness { Live, MaybeLive }; enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 75 enum Liveness { Live, MaybeLive }; enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 77 bool Live = false; member 86 bool Live = false; member
|
D | RewriteStatepointsForGC.cpp | 1694 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca() 2342 SmallVector<Value *, 128> Live; in insertParsePoints() local 2675 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 658 LivenessBV Live(NumVars); in livenessLightweight() local 678 LivenessBV &Live = Liveness->getScratchBV(); in liveness() local 979 const LivenessBV *Live; in emitRegisterUsage() local
|
D | IceCfg.h | 334 std::unique_ptr<Liveness> Live; variable
|
D | IceInst.cpp | 199 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()
|
D | IceOperand.h | 903 LiveRange Live; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 369 bool Live = IsLive(Op.getReg()); in genMuxInBlock() local
|
D | RDFLiveness.cpp | 876 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
|
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
D | bucket.go | 295 Live const
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1550 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/ |
D | LiveVariables.cpp | 425 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
|
/external/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 86 enum Liveness { Live, MaybeLive }; enumerator
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 680 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_driver.cc | 95 static std::map<CUcontext, std::unique_ptr<GpuContext>>* Live() { in Live() function in stream_executor::gpu::__anonfda244860111::CreatedContexts
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 894 bool Live = (RawFlags & 0x2) || Version < 3; in getDecodedGVSummaryFlags() local
|