Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dvalue-numbering-reducer.cc84 if (entry->IsDead()) { in Reduce()
117 if (entry->IsDead()) { in Reduce()
164 if (!old_entry || old_entry->IsDead()) continue; in Grow()
Dgraph-trimmer.h33 if (!node->IsDead()) MarkAsLive(node); in TrimGraph()
41 DCHECK(!node->IsDead()); in MarkAsLive()
Dcontrol-flow-optimizer.cc33 if (node->IsDead()) continue; in Optimize()
48 if (node->IsDead() || queued_.Get(node)) return; in Enqueue()
Dgraph-reducer.cc125 if (node->IsDead()) return Pop(); // Node was killed while on stack. in ReduceTop()
236 DCHECK(!user->IsDead()); in ReplaceWithValue()
Dnode.h49 inline bool IsDead() const;
396 bool Node::IsDead() const { in IsDead() function
Dload-elimination.cc154 if (check && !check->IsDead() && in Lookup()
320 if (pair.first->IsDead()) continue; in Lookup()
356 if (pair.first->IsDead()) continue; in Kill()
923 if (!replacement->IsDead()) { in ReduceLoadField()
1022 if (!replacement->IsDead() && NodeProperties::GetType(replacement) in ReduceLoadElement()
Dbranch-elimination.cc66 if (!branch->IsDead()) { in ReduceBranch()
/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp143 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass
168 return IsDead(tInst); in IsTargetDead()
499 if (!IsDead(inst)) return; in AggressiveDCE()
672 if (IsDead(counter_buffer_inst)) { in ProcessGlobalValues()
687 if (IsDead(opInst)) { in ProcessGlobalValues()
714 if (IsDead(opInst)) { in ProcessGlobalValues()
750 if (IsDead(&val)) { in ProcessGlobalValues()
Daggressive_dead_code_elim_pass.h71 bool IsDead(Instruction* inst);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp143 bool AggressiveDCEPass::IsDead(Instruction* inst) { in IsDead() function in spvtools::opt::AggressiveDCEPass
168 return IsDead(tInst); in IsTargetDead()
499 if (!IsDead(inst)) return; in AggressiveDCE()
672 if (IsDead(counter_buffer_inst)) { in ProcessGlobalValues()
687 if (IsDead(opInst)) { in ProcessGlobalValues()
714 if (IsDead(opInst)) { in ProcessGlobalValues()
750 if (IsDead(&val)) { in ProcessGlobalValues()
Daggressive_dead_code_elim_pass.h73 bool IsDead(Instruction* inst);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h84 bool IsDead : 1; variable
248 return IsDead; in isDead()
338 IsDead = Val;
499 Op.IsDead = isDead;
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc165 bool StateMap::IsDead(StateMap::CondId id) const { return id == dead_id_; } in IsDead() function in tensorflow::functionalize_cond::StateMap
1008 if (state_map_.IsEmpty(dst) || state_map_.IsDead(src)) return src; in JoinCondStatesNonMerge()
1009 if (state_map_.IsDead(dst) || state_map_.IsEmpty(src)) return dst; in JoinCondStatesNonMerge()
1057 if (state_map_.IsDead(src)) return src; in JoinCondStatesMerge()
1058 if (state_map_.IsDead(dst)) return dst; in JoinCondStatesMerge()
1094 if (state_map_.IsDead(id)) return id; in StateAlongEdge()
1123 if (state_map_.IsDead(state_map_.LookupCondId(dst))) return Status::OK(); in DetermineCondStateMerge()
1170 if (!state_map_.IsDead(state_map_.LookupCondId(node))) return Status::OK(); in RemoveRedundantMerge()
1179 if (!state_map_.IsDead(src_id)) { in RemoveRedundantMerge()
1214 if (state_map_.IsDead(dst_id)) return Status::OK(); in RemoveRedundantSwitch()
[all …]
Dfunctionalize_cond.h135 bool IsDead(CondId id) const;
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h99 bool IsDead : 1; variable
294 return IsDead; in isDead()
383 IsDead = Val;
619 Op.IsDead = isDead;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp213 bool IsDead = true; in eraseInstrWithNoUses() local
219 IsDead = false; in eraseInstrWithNoUses()
227 IsDead = false; in eraseInstrWithNoUses()
233 if (!IsDead) continue; in eraseInstrWithNoUses()
/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/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/swiftshader/third_party/llvm-7.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()
DRDFLiveness.cpp392 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local
393 NodeId U = !IsDead ? DefA.Addr->getReachedUse() : 0; in getAllReachedUses()
473 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
474 NodeId UN = !IsDead ? DA.Addr->getReachedUse() : 0; in computePhiInfo()
/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-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp531 bool IsDead = MRI.use_empty(Reg); in RematerializeCheapDef() local
532 if (!IsDead) { in RematerializeCheapDef()
535 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in RematerializeCheapDef()
539 if (IsDead) { in RematerializeCheapDef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp129 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument
133 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()

12