/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 139 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
|
D | HexagonRDFOpt.cpp | 239 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
|
D | HexagonRDFOpt.cpp | 253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
|
D | RDFLiveness.cpp | 390 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local 471 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 138 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead()
|
D | AMDGPUMachineCFGStructurizer.cpp | 1610 bool IsDead = true; in replaceLiveOutRegs() local
|
D | SIInstrInfo.cpp | 1657 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 211 bool IsDead = true; in eraseInstrWithNoUses() local
|
/external/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 216 bool IsDead = true; in eraseInstrWithNoUses() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 99 bool IsDead : 1; variable
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 496 bool IsDead = MRI.use_empty(Reg); in RematerializeCheapDef() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 550 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.cc | 167 bool StateMap::IsDead(StateMap::CondId id) const { return id == dead_id_; } in IsDead() function in tensorflow::functionalize_cond::StateMap
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 911 bool IsDead; member in __anon9a153a6e0211::ContextLocation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 793 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local
|