Home
last modified time | relevance | path

Searched refs:getOutermostLoop (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp128 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function
130 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()
H A DLoopNestAnalysis.cpp444 OS << ", OutermostLoop: " << LN.getOutermostLoop().getName(); in operator <<()
H A DDependenceAnalysis.cpp869 return SE->isLoopInvariant(Expression, LoopNest->getOutermostLoop()); in isLoopInvariant()
H A DScalarEvolution.cpp8455 forgetLoop(L->getOutermostLoop()); in forgetTopmostLoop()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h80 Loop &getOutermostLoop() const { return *Loops.front(); } in getOutermostLoop() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h103 const LoopT *getOutermostLoop() const { in getOutermostLoop() function
110 LoopT *getOutermostLoop() { in getOutermostLoop() function
H A DGenericLoopInfoImpl.h477 Subloop = Subloop->getOutermostLoop(); in discoverAndMapSubloop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp277 L = &llvm::any_cast<const LoopNest *>(IR)->getOutermostLoop(); in run()
H A DLoopUnrollAndJamPass.cpp430 Loop *OutmostLoop = &LN.getOutermostLoop(); in tryToUnrollAndJamLoop()
H A DLoopInterchange.cpp1719 CacheCost::getCacheCost(LN.getOutermostLoop(), AR, DI); in run()
H A DLICM.cpp333 Loop &OutermostLoop = LN.getOutermostLoop(); in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h206 return LN.getOutermostLoop(); in getLoopFromIR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp728 Loop *OutermostLoop = L->getOutermostLoop(); in breakLoopBackedge()