/external/llvm-project/clang/lib/AST/Interp/ |
D | InterpBlock.h | 83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() 103 bool IsDead = false; variable
|
/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/llvm-project/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
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | Object.cpp | 85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() 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()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFLiveness.cpp | 430 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local 511 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
|
D | ReachingDefAnalysis.cpp | 649 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands() local
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 211 bool IsDead = true; in eraseInstrWithNoUses() 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-project/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 172 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 99 bool IsDead : 1; variable
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 151 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 151 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 151 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 928 bool IsDead = true; variable
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 496 bool IsDead = MRI.use_empty(Reg); in RematerializeCheapDef() local
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 586 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/llvm-project/polly/lib/CodeGen/ |
D | IslNodeBuilder.cpp | 1052 bool IsDead = true; in materializeValue() local
|