/external/v8/src/compiler/ |
D | graph-trimmer.h | 34 if (!node->IsDead()) MarkAsLive(node); in TrimGraph() 42 DCHECK(!node->IsDead()); in MarkAsLive()
|
D | value-numbering-reducer.cc | 112 if (entry->IsDead()) { in Reduce() 145 if (entry->IsDead()) { in Reduce() 192 if (!old_entry || old_entry->IsDead()) continue; in Grow()
|
D | control-flow-optimizer.cc | 33 if (node->IsDead()) continue; in Optimize() 48 if (node->IsDead() || queued_.Get(node)) return; in Enqueue()
|
D | graph-reducer.cc | 114 if (node->IsDead()) return Pop(); // Node was killed while on stack. in ReduceTop() 220 DCHECK(!user->IsDead()); in ReplaceWithValue()
|
D | redundancy-elimination.cc | 129 DCHECK(!check->node->IsDead()); in LookupCheck()
|
D | js-graph.cc | 279 if (!node->IsDead()) nodes->push_back(node); in GetCachedNodes()
|
D | js-inlining-heuristic.cc | 159 if (!candidate.node->IsDead()) { in Finalize()
|
D | load-elimination.cc | 649 if (!replacement->IsDead()) { in ReduceLoadField() 699 if (!replacement->IsDead()) { in ReduceLoadElement()
|
D | node.h | 49 bool IsDead() const { return InputCount() > 0 && !InputAt(0); } in IsDead() function
|
D | memory-optimizer.cc | 73 DCHECK(!node->IsDead()); in VisitNode()
|
D | verifier.cc | 1591 CHECK(!user->IsDead()); in VerifyNode()
|
D | js-typed-lowering.cc | 205 DCHECK(!user->IsDead()); in ChangeToSpeculativeOperator()
|
D | effect-control-linearizer.cc | 137 DCHECK(!edge.from()->IsDead()); in RemoveRegionNode()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineOperand.h | 84 bool IsDead : 1; variable 248 return IsDead; in isDead() 338 IsDead = Val; 499 Op.IsDead = isDead;
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 99 bool IsDead : 1; variable 294 return IsDead; in isDead() 383 IsDead = Val; 619 Op.IsDead = isDead;
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 139 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local 154 if (IsDead(IA)) { in collect()
|
D | HexagonRDFOpt.cpp | 239 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/ |
D | A15SDOptimizer.cpp | 216 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/ |
D | WebAssemblyRegStackify.cpp | 496 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/ |
D | BugReporter.cpp | 911 bool IsDead; member in __anon889b26420211::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/ |
D | isolate.h | 966 bool IsDead() { return has_fatal_error_; } in IsDead() function
|
D | api.cc | 3535 Utils::ApiCheck(isolate != NULL && !isolate->IsDead(), in CheckInitializedImpl() 8434 bool Isolate::IsDead() { in IsDead() function in v8::Isolate 8436 return isolate->IsDead(); in IsDead()
|
/external/v8/include/ |
D | v8.h | 7091 bool IsDead(); 7225 V8_INLINE static V8_DEPRECATED("Use isolate version", bool IsDead()); 9589 bool V8::IsDead() { 9591 return isolate->IsDead();
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 179 IsDead = isDead; in ChangeToRegister()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 198 IsDead = isDead; in ChangeToRegister()
|