Searched refs:getOutermostLoop (Results 1 – 8 of 8) 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 <<()
71 Loop &getOutermostLoop() const { return *Loops.front(); } in getOutermostLoop() function
247 : &any_cast<const LoopNest *>(IR)->getOutermostLoop(); in run()
437 Loop *OutmostLoop = &LN.getOutermostLoop(); in tryToUnrollAndJamLoop()
308 Loop &OutermostLoop = LN.getOutermostLoop(); in run()
191 return LN.getOutermostLoop(); in getLoopFromIR()
698 static Loop *getOutermostLoop(Loop *L) { in getOutermostLoop() function709 Loop *OutermostLoop = getOutermostLoop(L); in breakLoopBackedge()