| /netbsd-src/external/apache2/llvm/dist/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 | 748 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ScheduleDAG.cpp | 707 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 D | ScheduleDAGInstrs.cpp | 1204 return SuccSU == &ExitSU || !Topo.IsReachable(PredSU, SuccSU); in canAddEdge() 1211 if (Topo.IsReachable(PredDep.getSUnit(), SuccSU)) in addEdge()
|
| H A D | MachinePipeliner.cpp | 947 if (Topo.IsReachable(&I, LastSU)) in changeDependences() 1419 if (!SDAG->Topo.IsReachable(I, Src) && Src != I) { in apply()
|
| H A D | MachineScheduler.cpp | 1612 (!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 D | JumpDiagnostics.cpp | 806 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 D | ScheduleDAGRRList.cpp | 212 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 D | CFG.cpp | 885 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 D | CFG.h | 803 AdjacentBlock(CFGBlock *B, bool IsReachable);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 5376 auto IsReachable = in createNodeFromSelectLikePHI() local 5378 if (PN->getNumIncomingValues() == 2 && all_of(PN->blocks(), IsReachable)) { in createNodeFromSelectLikePHI()
|