Home
last modified time | relevance | path

Searched defs:getLoopsInPreorder (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h377 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function
384 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function
H A DLoopInfoImpl.h575 LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() const { in getLoopsInPreorder() function