Home
last modified time | relevance | path

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

/freebsd/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()
160 if (const Loop *L = getOutermostLoop(LI, BB)) in isReachableImpl()
168 if (const Loop *L = getOutermostLoop(LI, StopSetBB)) in isReachableImpl()
192 Outer = getOutermostLoop(LI, BB); in isReachableImpl()
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.cpp8476 forgetLoop(L->getOutermostLoop()); in forgetTopmostLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h80 Loop &getOutermostLoop() const { return *Loops.front(); } in getOutermostLoop() function
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp277 L = &llvm::any_cast<const LoopNest *>(IR)->getOutermostLoop(); in run()
H A DLoopUnrollAndJamPass.cpp432 Loop *OutmostLoop = &LN.getOutermostLoop(); in tryToUnrollAndJamLoop()
H A DLoopInterchange.cpp1719 CacheCost::getCacheCost(LN.getOutermostLoop(), AR, DI); in run()
H A DLICM.cpp342 Loop &OutermostLoop = LN.getOutermostLoop(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h173 return LN.getOutermostLoop(); in getLoopFromIR()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp729 Loop *OutermostLoop = L->getOutermostLoop(); in breakLoopBackedge()