Home
last modified time | relevance | path

Searched refs:canReach (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp101 bool canReach(MachineBasicBlock *From, MachineBasicBlock *To) const { in canReach() function in __anon5f812d3b0111::ReachabilityGraph
169 if (canReach(MBB, MBB)) { in calculate()
181 if (!canReach(Looper, Pred)) { in calculate()
291 Graph.canReach(LoopEntry, OtherLoopEntry) && in processRegion()
292 Graph.canReach(OtherLoopEntry, LoopEntry)) { in processRegion()
407 if (Graph.canReach(Entry, Pred)) { in makeSingleEntryLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5680 bool canReach(Attributor &A, const Function &Fn) const {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2829 if (EdgeReachability && EdgeReachability->canReach(A, *getAnchorScope())) in updateImpl()