Home
last modified time | relevance | path

Searched defs:IsDead (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/clang/lib/AST/Interp/
DInterpBlock.h83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block()
103 bool IsDead = false; variable
/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp139 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
DHexagonRDFOpt.cpp239 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.cpp85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
DRDFLiveness.cpp390 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/
DSILowerControlFlow.cpp138 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead()
/external/llvm-project/llvm/lib/CodeGen/
DRDFLiveness.cpp430 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local
511 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
DReachingDefAnalysis.cpp649 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands() local
/external/llvm-project/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp211 bool IsDead = true; in eraseInstrWithNoUses() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp211 bool IsDead = true; in eraseInstrWithNoUses() local
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp216 bool IsDead = true; in eraseInstrWithNoUses() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp172 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h99 bool IsDead : 1; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp151 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Daggressive_dead_code_elim_pass.cpp151 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp151 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h928 bool IsDead = true; variable
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp496 bool IsDead = MRI.use_empty(Reg); in RematerializeCheapDef() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp586 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp550 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp1052 bool IsDead = true; in materializeValue() local

12