Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h272 bool IsReachable(SUnit *SU, SUnit *TargetSU) { in IsReachable() function
273 return Topo.IsReachable(SU, TargetSU); in IsReachable()
H A DScheduleDAG.h748 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAG.cpp707 if (IsReachable(SU, TargetSU)) in WillCreateCycle()
711 IsReachable(SU, PredDep.getSUnit())) in WillCreateCycle()
724 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, in IsReachable() function in ScheduleDAGTopologicalSort
H A DScheduleDAGInstrs.cpp1204 return SuccSU == &ExitSU || !Topo.IsReachable(PredSU, SuccSU); in canAddEdge()
1211 if (Topo.IsReachable(PredDep.getSUnit(), SuccSU)) in addEdge()
H A DMachinePipeliner.cpp947 if (Topo.IsReachable(&I, LastSU)) in changeDependences()
1419 if (!SDAG->Topo.IsReachable(I, Src) && Src != I) { in apply()
H A DMachineScheduler.cpp1612 (!DAG->IsReachable(MemOpRecords[NextIdx].SU, MemOpa.SU) && in clusterNeighboringMemOps()
1613 !DAG->IsReachable(MemOpa.SU, MemOpRecords[NextIdx].SU)))) in clusterNeighboringMemOps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp806 bool IsReachable = false; in VerifyIndirectOrAsmJumps() local
813 IsReachable = true; in VerifyIndirectOrAsmJumps()
828 if (IsReachable) continue; in VerifyIndirectOrAsmJumps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp212 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() function in __anona8f1daf90111::ScheduleDAGRRList
213 return Topo.IsReachable(SU, TargetSU); in IsReachable()
2858 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
2867 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
3022 if (scheduleDAG->IsReachable(&SU, PredSuccSU)) in PrescheduleNodesWithMultipleUses()
3119 !scheduleDAG->IsReachable(SuccSU, &SU)) { in AddPseudoTwoAddrDeps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp885 void addSuccessor(CFGBlock *B, CFGBlock *S, bool IsReachable = true) { in addSuccessor() argument
886 B->addSuccessor(CFGBlock::AdjacentBlock(S, IsReachable), in addSuccessor()
5070 CFGBlock::AdjacentBlock::AdjacentBlock(CFGBlock *B, bool IsReachable) in AdjacentBlock() argument
5071 : ReachableBlock(IsReachable ? B : nullptr), in AdjacentBlock()
5072 UnreachableBlock(!IsReachable ? B : nullptr, in AdjacentBlock()
5073 B && IsReachable ? AB_Normal : AB_Unreachable) {} in AdjacentBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h803 AdjacentBlock(CFGBlock *B, bool IsReachable);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp5376 auto IsReachable = in createNodeFromSelectLikePHI() local
5378 if (PN->getNumIncomingValues() == 2 && all_of(PN->blocks(), IsReachable)) { in createNodeFromSelectLikePHI()