Home
last modified time | relevance | path

Searched refs:IsDead (Results 1 - 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dvalue-numbering-reducer.cc84 if (other_entry->IsDead()) { in Reduce()
117 if (entry->IsDead()) { in Reduce() function
164 if (!old_entry || old_entry->IsDead()) continue; in Grow()
H A Dgraph-trimmer.h35 if (!node->IsDead()) MarkAsLive(node); in TrimGraph()
43 DCHECK(!node->IsDead()); in MarkAsLive()
H A Dcontrol-flow-optimizer.cc36 if (node->IsDead()) continue; in Optimize()
51 if (node->IsDead() || queued_.Get(node)) return; in Enqueue()
H A Dadd-type-assertions-reducer.cc40 DCHECK(!user->IsDead()); in Reduce()
H A Dwasm-escape-analysis.cc45 DCHECK(!use->IsDead()); in ReduceAllocateRaw()
H A Dgraph-reducer.cc153 if (node->IsDead()) return Pop(); // Node was killed while on stack. in ReduceTop()
263 DCHECK(!user->IsDead()); in ReplaceWithValue()
H A Dload-elimination.cc25 return !node->IsDead(); in IsRename()
254 if (pair.first->IsDead()) continue; in Lookup()
289 if (info1.first->IsDead()) continue; in KillConst()
312 if (info1.first->IsDead()) continue; in Kill()
941 !replacement->IsDead()) { in ReduceLoadField()
1090 if (!replacement->IsDead() && NodeProperties::GetType(replacement) in ReduceLoadElement()
H A Dnode.h48 inline bool IsDead() const;
460 bool Node::IsDead() const { in IsDead() function in v8::internal::compiler::Node
H A Dsimplified-operator-reducer.cc252 if (!edge.from()->IsDead() && edge.from() != node) { in Reduce()
H A Dredundancy-elimination.cc229 DCHECK(!check->node->IsDead()); in LookupCheck()
H A Dload-elimination.h157 if (this_object->IsDead()) continue; in Merge()
H A Dmemory-optimizer.cc209 DCHECK(!node->IsDead()); in VisitNode()
H A Dwasm-inlining.cc151 if (call->IsDead()) { in Finalize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp211 bool IsDead = true; in eraseInstrWithNoUses() local
217 IsDead = false; in eraseInstrWithNoUses()
225 IsDead = false; in eraseInstrWithNoUses()
231 if (!IsDead) continue; in eraseInstrWithNoUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
262 if (!llvm::all_of(Defs, IsDead)) in rewrite()
H A DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
165 if (IsDead(IA)) { in collect()
H A DRDFLiveness.cpp390 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses()
391 NodeId U = !IsDead ? DefA.Addr->getReachedUse() : 0; in getAllReachedUses()
471 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
472 NodeId UN = !IsDead ? DA.Addr->getReachedUse() : 0; in computePhiInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp138 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument
142 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()
/third_party/node/deps/v8/src/torque/
H A Dcfg.cc234 DCHECK_IMPLIES(!block->IsDead(), block->InputDefinitions().Size() == in ComputeInputDefinitions()
H A Dcfg.h85 bool IsDead() const { return !HasInputDefinitions(); } in IsDead() function in v8::internal::torque::Block
H A Dcsa-generator.cc25 if (block->IsDead()) continue; in EmitGraph()
44 if (block->IsDead()) continue; in EmitGraph()
H A Dcc-generator.cc34 if (block->IsDead()) continue; in EmitGraph()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h1534 bool IsDead();
/third_party/node/deps/v8/include/
H A Dv8-isolate.h1549 bool IsDead();

Completed in 24 milliseconds

12