Home
last modified time | relevance | path

Searched refs:IsReachable (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/compiler/
Dall-nodes.h30 return IsReachable(node); in IsLive()
33 bool IsReachable(Node* node) { in IsReachable() function
/external/v8/src/crankshaft/
Dhydrogen-mark-unreachable.cc20 if (!block->IsReachable()) continue; in MarkUnreachableBlocks()
28 if (predecessor->IsReachable() && !predecessor->IsDeoptimizing()) { in MarkUnreachableBlocks()
Dlithium-codegen.cc84 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()
Dhydrogen-store-elimination.cc34 if (!block->IsReachable()) continue; in Run()
Dhydrogen-flow-engine.h104 if (block->IsReachable()) { in AnalyzeDominatedBlocks()
Dhydrogen-gvn.cc540 if (block->IsReachable() && !block->IsDeoptimizing()) { in ComputeBlockSideEffects()
645 instr->block()->IsReachable(); in ShouldMove()
Dhydrogen.h169 bool IsReachable() const { return is_reachable_; } in IsReachable() function
Dhydrogen-instructions.cc482 !(block()->IsReachable() || in CanReplaceWithDummyUses()
/external/toolchain-utils/crosperf/
Dmachine_manager.py69 if not self.IsReachable():
79 def IsReachable(self): member in CrosMachine
639 def IsReachable(self): member in MockCrosMachine
672 if cm.IsReachable():
Dbenchmark_run.py143 if not self.machine.IsReachable():
Dmachine_manager_unittest.py734 result = cm.IsReachable()
741 result = cm.IsReachable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp571 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/
DScheduleDAG.cpp603 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
DMachineScheduler.cpp534 return SuccSU == &ExitSU || !Topo.IsReachable(PredSU, SuccSU); in canAddEdge()
541 if (Topo.IsReachable(PredDep.getSUnit(), SuccSU)) in addEdge()
DMachinePipeliner.cpp1185 if (Topo.IsReachable(&I, LastSU)) in changeDependences()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp731 bool IsReachable = false; in VerifyIndirectJumps() local
738 IsReachable = true; in VerifyIndirectJumps()
753 if (IsReachable) continue; in VerifyIndirectJumps()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp186 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/
DScheduleDAGRRList.cpp190 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/
DScheduleDAG.h695 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h741 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
/external/clang/lib/Analysis/
DCFG.cpp629 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/
DCFG.h433 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/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12