Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h747 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAG.cpp706 if (IsReachable(SU, TargetSU)) in WillCreateCycle()
710 IsReachable(SU, PredDep.getSUnit())) in WillCreateCycle()
723 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, in IsReachable() function in ScheduleDAGTopologicalSort
H A DScheduleDAGInstrs.cpp1192 return SuccSU == &ExitSU || !Topo.IsReachable(PredSU, SuccSU); in canAddEdge()
1199 if (Topo.IsReachable(PredDep.getSUnit(), SuccSU)) in addEdge()
H A DMachinePipeliner.cpp947 if (Topo.IsReachable(&I, LastSU)) in changeDependences()
1412 if (!SDAG->Topo.IsReachable(I, Src) && Src != I) { in apply()
H A DMachineScheduler.cpp1611 (!DAG->IsReachable(MemOpRecords[NextIdx].SU, MemOpa.SU) && in clusterNeighboringMemOps()
1612 !DAG->IsReachable(MemOpa.SU, MemOpRecords[NextIdx].SU)))) in clusterNeighboringMemOps()
/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp811 bool IsReachable = false; in VerifyIndirectOrAsmJumps() local
818 IsReachable = true; in VerifyIndirectOrAsmJumps()
833 if (IsReachable) continue; in VerifyIndirectOrAsmJumps()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp212 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() function in __anon4c419b9e0111::ScheduleDAGRRList
213 return Topo.IsReachable(SU, TargetSU); in IsReachable()
2871 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
2880 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
3035 if (scheduleDAG->IsReachable(&SU, PredSuccSU)) in PrescheduleNodesWithMultipleUses()
3132 !scheduleDAG->IsReachable(SuccSU, &SU)) { in AddPseudoTwoAddrDeps()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp889 void addSuccessor(CFGBlock *B, CFGBlock *S, bool IsReachable = true) { in addSuccessor() argument
890 B->addSuccessor(CFGBlock::AdjacentBlock(S, IsReachable), in addSuccessor()
5289 CFGBlock::AdjacentBlock::AdjacentBlock(CFGBlock *B, bool IsReachable) in AdjacentBlock() argument
5290 : ReachableBlock(IsReachable ? B : nullptr), in AdjacentBlock()
5291 UnreachableBlock(!IsReachable ? B : nullptr, in AdjacentBlock()
5292 B && IsReachable ? AB_Normal : AB_Unreachable) {} in AdjacentBlock()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h804 AdjacentBlock(CFGBlock *B, bool IsReachable);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp5875 auto IsReachable = in createNodeFromSelectLikePHI() local
5877 if (PN->getNumIncomingValues() == 2 && all_of(PN->blocks(), IsReachable)) { in createNodeFromSelectLikePHI()