Searched refs:getOutermostLoop (Results 1 – 15 of 15) 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 <<()
806 return SE->isLoopInvariant(Expression, LoopNest->getOutermostLoop()); in isLoopInvariant()
8326 forgetLoop(L->getOutermostLoop()); in forgetTopmostLoop()
97 const Loop &OL = LN.getOutermostLoop(); in TEST()195 const Loop &OL = LN.getOutermostLoop(); in TEST()279 const Loop &OL = LN.getOutermostLoop(); in TEST()
80 Loop &getOutermostLoop() const { return *Loops.front(); } in getOutermostLoop() function
117 const LoopT *getOutermostLoop() const { in getOutermostLoop() function124 LoopT *getOutermostLoop() { in getOutermostLoop() function
456 Subloop = Subloop->getOutermostLoop(); in discoverAndMapSubloop()
265 : &any_cast<const LoopNest *>(IR)->getOutermostLoop(); in run()
445 Loop *OutmostLoop = &LN.getOutermostLoop(); in tryToUnrollAndJamLoop()
1772 CacheCost::getCacheCost(LN.getOutermostLoop(), AR, DI); in run()
308 Loop &OutermostLoop = LN.getOutermostLoop(); in run()
206 return LN.getOutermostLoop(); in getLoopFromIR()
185 Updater.markLoopAsDeleted(L.getOutermostLoop(), L.getName()); in invalidateLoopNest()
693 Loop *OutermostLoop = L->getOutermostLoop(); in breakLoopBackedge()