Searched refs:getOutermostLoop (Results 1 – 5 of 5) sorted by relevance
128 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function157 if (const Loop *L = getOutermostLoop(LI, BB)) in isPotentiallyReachableFromMany()162 const Loop *StopLoop = LI ? getOutermostLoop(LI, StopBB) : nullptr; in isPotentiallyReachableFromMany()179 Outer = getOutermostLoop(LI, BB); in isPotentiallyReachableFromMany()
364 OS << ", OutermostLoop: " << LN.getOutermostLoop().getName(); in operator <<()
72 Loop &getOutermostLoop() const { return *Loops.front(); } in getOutermostLoop() function
247 : &any_cast<const LoopNest *>(IR)->getOutermostLoop(); in run()
759 static Loop *getOutermostLoop(Loop *L) { in getOutermostLoop() function770 Loop *OutermostLoop = getOutermostLoop(L); in breakLoopBackedge()