/external/v8/src/compiler/ |
D | all-nodes.h | 30 return IsReachable(node); in IsLive() 33 bool IsReachable(Node* node) { in IsReachable() function
|
/external/v8/src/crankshaft/ |
D | hydrogen-mark-unreachable.cc | 20 if (!block->IsReachable()) continue; in MarkUnreachableBlocks() 28 if (predecessor->IsReachable() && !predecessor->IsDeoptimizing()) { in MarkUnreachableBlocks()
|
D | lithium-codegen.cc | 84 instr->hydrogen_value()->block()->IsReachable()); in GenerateBody() 127 if (dead_block || !hval->block()->IsReachable()) continue; in CheckEnvironmentUsage() 175 if (!graph()->blocks()->at(i)->IsReachable()) continue; in GetNextEmittedBlock()
|
D | hydrogen-store-elimination.cc | 34 if (!block->IsReachable()) continue; in Run()
|
D | hydrogen-flow-engine.h | 104 if (block->IsReachable()) { in AnalyzeDominatedBlocks()
|
D | hydrogen-gvn.cc | 540 if (block->IsReachable() && !block->IsDeoptimizing()) { in ComputeBlockSideEffects() 645 instr->block()->IsReachable(); in ShouldMove()
|
D | hydrogen.h | 169 bool IsReachable() const { return is_reachable_; } in IsReachable() function
|
D | hydrogen-instructions.cc | 482 !(block()->IsReachable() || in CanReplaceWithDummyUses()
|
/external/toolchain-utils/crosperf/ |
D | machine_manager.py | 69 if not self.IsReachable(): 79 def IsReachable(self): member in CrosMachine 639 def IsReachable(self): member in MockCrosMachine 672 if cm.IsReachable():
|
D | benchmark_run.py | 143 if not self.machine.IsReachable():
|
D | machine_manager_unittest.py | 734 result = cm.IsReachable() 741 result = cm.IsReachable()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAG.cpp | 571 if (IsReachable(TargetSU, SU)) in WillCreateCycle() 576 IsReachable(TargetSU, I->getSUnit())) in WillCreateCycle() 582 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, in IsReachable() function in ScheduleDAGTopologicalSort
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 603 if (IsReachable(SU, TargetSU)) in WillCreateCycle() 608 IsReachable(SU, I->getSUnit())) in WillCreateCycle() 614 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, in IsReachable() function in ScheduleDAGTopologicalSort
|
D | MachineScheduler.cpp | 534 return SuccSU == &ExitSU || !Topo.IsReachable(PredSU, SuccSU); in canAddEdge() 541 if (Topo.IsReachable(PredDep.getSUnit(), SuccSU)) in addEdge()
|
D | MachinePipeliner.cpp | 1185 if (Topo.IsReachable(&I, LastSU)) in changeDependences()
|
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 731 bool IsReachable = false; in VerifyIndirectJumps() local 738 IsReachable = true; in VerifyIndirectJumps() 753 if (IsReachable) continue; in VerifyIndirectJumps()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 186 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() function in __anon884f54d00111::ScheduleDAGRRList 187 return Topo.IsReachable(SU, TargetSU); in IsReachable() 2711 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse() 2720 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse() 2853 if (scheduleDAG->IsReachable(&SU, PredSuccSU)) in PrescheduleNodesWithMultipleUses() 2949 !scheduleDAG->IsReachable(SuccSU, &SU)) { in AddPseudoTwoAddrDeps()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 190 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() function in __anon551bd8fc0311::ScheduleDAGRRList 191 return Topo.IsReachable(SU, TargetSU); in IsReachable() 2649 scheduleDAG->IsReachable(DepSU, PI->getSUnit())) in canClobberReachingPhysRegUse() 2781 if (scheduleDAG->IsReachable(SU, PredSuccSU)) in PrescheduleNodesWithMultipleUses() 2877 !scheduleDAG->IsReachable(SuccSU, SU)) { in AddPseudoTwoAddrDeps()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 695 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 741 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 629 void addSuccessor(CFGBlock *B, CFGBlock *S, bool IsReachable = true) { in addSuccessor() argument 630 B->addSuccessor(CFGBlock::AdjacentBlock(S, IsReachable), in addSuccessor() 3947 CFGBlock::AdjacentBlock::AdjacentBlock(CFGBlock *B, bool IsReachable) in AdjacentBlock() argument 3948 : ReachableBlock(IsReachable ? B : nullptr), in AdjacentBlock() 3949 UnreachableBlock(!IsReachable ? B : nullptr, in AdjacentBlock() 3950 B && IsReachable ? AB_Normal : AB_Unreachable) {} in AdjacentBlock()
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 433 AdjacentBlock(CFGBlock *B, bool IsReachable);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |