| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 272 bool IsReachable(SUnit *SU, SUnit *TargetSU) { in IsReachable() function 273 return Topo.IsReachable(SU, TargetSU); in IsReachable()
|
| H A D | ScheduleDAG.h | 747 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ScheduleDAG.cpp | 706 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 D | ScheduleDAGInstrs.cpp | 1192 return SuccSU == &ExitSU || !Topo.IsReachable(PredSU, SuccSU); in canAddEdge() 1199 if (Topo.IsReachable(PredDep.getSUnit(), SuccSU)) in addEdge()
|
| H A D | MachinePipeliner.cpp | 947 if (Topo.IsReachable(&I, LastSU)) in changeDependences() 1412 if (!SDAG->Topo.IsReachable(I, Src) && Src != I) { in apply()
|
| H A D | MachineScheduler.cpp | 1611 (!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 D | JumpDiagnostics.cpp | 811 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 D | ScheduleDAGRRList.cpp | 212 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 D | CFG.cpp | 889 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 D | CFG.h | 804 AdjacentBlock(CFGBlock *B, bool IsReachable);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 5875 auto IsReachable = in createNodeFromSelectLikePHI() local 5877 if (PN->getNumIncomingValues() == 2 && all_of(PN->blocks(), IsReachable)) { in createNodeFromSelectLikePHI()
|