Searched refs:getOutermostLoop (Results 1 – 13 of 13) sorted by relevance
128 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function130 return L ? L->getOutermostLoop() : nullptr; in getOutermostLoop()153 if (const Loop *L = getOutermostLoop(LI, BB)) in isPotentiallyReachableFromMany()158 const Loop *StopLoop = LI ? getOutermostLoop(LI, StopBB) : nullptr; in isPotentiallyReachableFromMany()175 Outer = getOutermostLoop(LI, BB); in isPotentiallyReachableFromMany()
444 OS << ", OutermostLoop: " << LN.getOutermostLoop().getName(); in operator <<()
869 return SE->isLoopInvariant(Expression, LoopNest->getOutermostLoop()); in isLoopInvariant()
8520 forgetLoop(L->getOutermostLoop()); in forgetTopmostLoop()
80 Loop &getOutermostLoop() const { return *Loops.front(); } in getOutermostLoop() function
118 const LoopT *getOutermostLoop() const { in getOutermostLoop() function125 LoopT *getOutermostLoop() { in getOutermostLoop() function
468 Subloop = Subloop->getOutermostLoop(); in discoverAndMapSubloop()
276 L = &any_cast<const LoopNest *>(IR)->getOutermostLoop(); in run()
443 Loop *OutmostLoop = &LN.getOutermostLoop(); in tryToUnrollAndJamLoop()
1773 CacheCost::getCacheCost(LN.getOutermostLoop(), AR, DI); in run()
316 Loop &OutermostLoop = LN.getOutermostLoop(); in run()
206 return LN.getOutermostLoop(); in getLoopFromIR()
691 Loop *OutermostLoop = L->getOutermostLoop(); in breakLoopBackedge()