Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dgraph-trimmer.h34 if (!node->IsDead()) MarkAsLive(node); in TrimGraph()
42 DCHECK(!node->IsDead()); in MarkAsLive()
Dvalue-numbering-reducer.cc119 if (entry->IsDead()) { in Reduce()
152 if (entry->IsDead()) { in Reduce()
199 if (!old_entry || old_entry->IsDead()) continue; in Grow()
Dcontrol-flow-optimizer.cc33 if (node->IsDead()) continue; in Optimize()
48 if (node->IsDead() || queued_.Get(node)) return; in Enqueue()
Dgraph-reducer.cc116 if (node->IsDead()) return Pop(); // Node was killed while on stack. in ReduceTop()
231 DCHECK(!user->IsDead()); in ReplaceWithValue()
Dnode.h49 inline bool IsDead() const;
405 bool Node::IsDead() const { in IsDead() function
Djs-graph.cc292 if (!node->IsDead()) nodes->push_back(node); in GetCachedNodes()
Dredundancy-elimination.cc144 DCHECK(!check->node->IsDead()); in LookupCheck()
Djs-inlining-heuristic.cc168 if (!candidate.node->IsDead()) { in Finalize()
Dload-elimination.cc733 if (!replacement->IsDead()) { in ReduceLoadField()
803 if (!replacement->IsDead()) { in ReduceLoadElement()
Dmemory-optimizer.cc74 DCHECK(!node->IsDead()); in VisitNode()
Dverifier.cc1674 CHECK(!user->IsDead()); in VerifyNode()
Descape-analysis.cc452 CHECK(!input->IsDead()); in MergeFields()
Deffect-control-linearizer.cc139 DCHECK(!edge.from()->IsDead()); in RemoveRegionNode()
Djs-typed-lowering.cc276 DCHECK(!user->IsDead()); in ChangeToSpeculativeOperator()
/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/llvm/include/llvm/CodeGen/
DMachineOperand.h99 bool IsDead : 1; variable
294 return IsDead; in isDead()
383 IsDead = Val;
619 Op.IsDead = isDead;
/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/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/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp911 bool IsDead; member in __anone8e473810211::ContextLocation
914 : PathDiagnosticLocation(L), IsDead(isdead) {} in ContextLocation()
916 void markDead() { IsDead = true; } in markDead()
917 bool isDead() const { return IsDead; } in isDead()
/external/v8/src/
Disolate.h969 bool IsDead() { return has_fatal_error_; } in IsDead() function
/external/v8/include/
Dv8.h7240 bool IsDead();
7389 V8_INLINE static V8_DEPRECATED("Use isolate version", bool IsDead());
9802 bool V8::IsDead() {
9804 return isolate->IsDead();
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp179 IsDead = isDead; in ChangeToRegister()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp198 IsDead = isDead; in ChangeToRegister()

12