Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h273 bool IsReachable(SUnit *SU, SUnit *TargetSU) { in IsReachable() function
274 return Topo.IsReachable(SU, TargetSU); in IsReachable()
H A DScheduleDAG.h747 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
/openbsd/gnu/llvm/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.cpp1205 return SuccSU == &ExitSU || !Topo.IsReachable(PredSU, SuccSU); in canAddEdge()
1212 if (Topo.IsReachable(PredDep.getSUnit(), SuccSU)) in addEdge()
H A DMachineScheduler.cpp1617 (!DAG->IsReachable(MemOpRecords[NextIdx].SU, MemOpa.SU) && in clusterNeighboringMemOps()
1618 !DAG->IsReachable(MemOpa.SU, MemOpRecords[NextIdx].SU)))) in clusterNeighboringMemOps()
H A DMachinePipeliner.cpp967 if (Topo.IsReachable(&I, LastSU)) in changeDependences()
1369 if (!SDAG->Topo.IsReachable(I, Src) && Src != I) { in apply()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp811 bool IsReachable = false; in VerifyIndirectOrAsmJumps() local
818 IsReachable = true; in VerifyIndirectOrAsmJumps()
833 if (IsReachable) continue; in VerifyIndirectOrAsmJumps()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp212 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() function in __anonbdfdd93b0111::ScheduleDAGRRList
213 return Topo.IsReachable(SU, TargetSU); in IsReachable()
2882 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
2890 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
3041 if (scheduleDAG->IsReachable(&SU, PredSuccSU)) in PrescheduleNodesWithMultipleUses()
3138 !scheduleDAG->IsReachable(SuccSU, &SU)) { in AddPseudoTwoAddrDeps()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp893 void addSuccessor(CFGBlock *B, CFGBlock *S, bool IsReachable = true) { in addSuccessor() argument
894 B->addSuccessor(CFGBlock::AdjacentBlock(S, IsReachable), in addSuccessor()
5359 CFGBlock::AdjacentBlock::AdjacentBlock(CFGBlock *B, bool IsReachable) in AdjacentBlock() argument
5360 : ReachableBlock(IsReachable ? B : nullptr), in AdjacentBlock()
5361 UnreachableBlock(!IsReachable ? B : nullptr, in AdjacentBlock()
5362 B && IsReachable ? AB_Normal : AB_Unreachable) {} in AdjacentBlock()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp909 if (DAG->IsReachable(B, A)) in link()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h803 AdjacentBlock(CFGBlock *B, bool IsReachable);
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp6023 auto IsReachable = in createNodeFromSelectLikePHI() local
6025 if (PN->getNumIncomingValues() == 2 && all_of(PN->blocks(), IsReachable)) { in createNodeFromSelectLikePHI()