Home
last modified time | relevance | path

Searched refs:IsDead (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm-project/clang/lib/AST/Interp/
DInterpBlock.h83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() argument
84 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block()
103 bool IsDead = false; variable
DInterpBlock.cpp43 if (Pointers == nullptr && IsDead) in cleanup()
/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
176 return IsDead(tInst); in IsTargetDead()
554 if (!IsDead(inst)) return; in AggressiveDCE()
801 if (IsDead(counter_buffer_inst)) { in ProcessGlobalValues()
816 if (IsDead(opInst)) { in ProcessGlobalValues()
843 if (IsDead(opInst)) { in ProcessGlobalValues()
877 if (!IsDead(&dbg)) continue; in ProcessGlobalValues()
884 if (!IsDead(var_inst)) continue; in ProcessGlobalValues()
899 if (IsDead(&val)) { in ProcessGlobalValues()
907 if (!IsDead(ptr_ty_inst)) continue; in ProcessGlobalValues()
[all …]
Daggressive_dead_code_elim_pass.h73 bool IsDead(Instruction* inst);
/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
176 return IsDead(tInst); in IsTargetDead()
554 if (!IsDead(inst)) return; in AggressiveDCE()
801 if (IsDead(counter_buffer_inst)) { in ProcessGlobalValues()
816 if (IsDead(opInst)) { in ProcessGlobalValues()
843 if (IsDead(opInst)) { in ProcessGlobalValues()
877 if (!IsDead(&dbg)) continue; in ProcessGlobalValues()
884 if (!IsDead(var_inst)) continue; in ProcessGlobalValues()
899 if (IsDead(&val)) { in ProcessGlobalValues()
907 if (!IsDead(ptr_ty_inst)) continue; in ProcessGlobalValues()
[all …]
Daggressive_dead_code_elim_pass.h73 bool IsDead(Instruction* inst);
/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
176 return IsDead(tInst); in IsTargetDead()
554 if (!IsDead(inst)) return; in AggressiveDCE()
801 if (IsDead(counter_buffer_inst)) { in ProcessGlobalValues()
816 if (IsDead(opInst)) { in ProcessGlobalValues()
843 if (IsDead(opInst)) { in ProcessGlobalValues()
877 if (!IsDead(&dbg)) continue; in ProcessGlobalValues()
884 if (!IsDead(var_inst)) continue; in ProcessGlobalValues()
899 if (IsDead(&val)) { in ProcessGlobalValues()
907 if (!IsDead(ptr_ty_inst)) continue; in ProcessGlobalValues()
[all …]
Daggressive_dead_code_elim_pass.h73 bool IsDead(Instruction* inst);
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.cpp85 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() local
92 if (IsDead(Sym)) in removeSections()
106 SymTable.removeSymbols(IsDead); in removeSections()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h99 bool IsDead : 1; variable
294 return IsDead; in isDead()
383 IsDead = Val;
619 Op.IsDead = isDead;
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc169 bool StateMap::IsDead(StateMap::CondId id) const { return id == dead_id_; } in IsDead() function in tensorflow::functionalize_cond::StateMap
1055 if (state_map_.IsEmpty(dst) || state_map_.IsDead(src)) return src; in JoinCondStatesNonMerge()
1056 if (state_map_.IsDead(dst) || state_map_.IsEmpty(src)) return dst; in JoinCondStatesNonMerge()
1104 if (state_map_.IsDead(src)) return src; in JoinCondStatesMerge()
1105 if (state_map_.IsDead(dst)) return dst; in JoinCondStatesMerge()
1141 if (state_map_.IsDead(id)) return id; in StateAlongEdge()
1170 if (state_map_.IsDead(state_map_.LookupCondId(dst))) return Status::OK(); in DetermineCondStateMerge()
1217 if (!state_map_.IsDead(state_map_.LookupCondId(node))) return Status::OK(); in RemoveRedundantMerge()
1226 if (!state_map_.IsDead(src_id)) { in RemoveRedundantMerge()
1261 if (state_map_.IsDead(dst_id)) return Status::OK(); in RemoveRedundantSwitch()
[all …]
Dfunctionalize_cond.h146 bool IsDead(CondId id) const;
/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp139 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
154 if (IsDead(IA)) { in collect()
DHexagonRDFOpt.cpp239 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
248 if (!std::all_of(Defs.begin(), Defs.end(), IsDead)) in rewrite()
/external/llvm-project/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
165 if (IsDead(IA)) { in collect()
DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
262 if (!llvm::all_of(Defs, IsDead)) in rewrite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
165 if (IsDead(IA)) { in collect()
DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
262 if (!llvm::all_of(Defs, IsDead)) in rewrite()
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp216 bool IsDead = true; in eraseInstrWithNoUses() local
223 IsDead = false; in eraseInstrWithNoUses()
233 IsDead = false; in eraseInstrWithNoUses()
239 if (!IsDead) continue; in eraseInstrWithNoUses()
/external/llvm-project/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp211 bool IsDead = true; in eraseInstrWithNoUses() local
217 IsDead = false; in eraseInstrWithNoUses()
225 IsDead = false; in eraseInstrWithNoUses()
231 if (!IsDead) continue; in eraseInstrWithNoUses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp211 bool IsDead = true; in eraseInstrWithNoUses() local
217 IsDead = false; in eraseInstrWithNoUses()
225 IsDead = false; in eraseInstrWithNoUses()
231 if (!IsDead) continue; in eraseInstrWithNoUses()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp496 bool IsDead = MRI.use_empty(Reg); in RematerializeCheapDef() local
497 if (!IsDead) { in RematerializeCheapDef()
500 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in RematerializeCheapDef()
504 if (IsDead) { in RematerializeCheapDef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp550 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
551 if (!IsDead) { in rematerializeCheapDef()
554 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
559 if (IsDead) { in rematerializeCheapDef()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp586 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
587 if (!IsDead) { in rematerializeCheapDef()
590 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
595 if (IsDead) { in rematerializeCheapDef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp138 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument
142 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()

12