Home
last modified time | relevance | path

Searched refs:getLoopsInPreorder (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp87 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
H A DLoopSink.cpp333 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h676 SmallVector<LoopT *, 4> getLoopsInPreorder();
H A DLoopInfoImpl.h583 SmallVector<LoopT *, 4> LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() { in getLoopsInPreorder() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp428 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()