Home
last modified time | relevance | path

Searched refs:getLoopsAtDepth (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopNestTest.cpp110 LoopVectorTy LoopsAtDepth1 = LN.getLoopsAtDepth(1); in TEST()
113 LoopVectorTy LoopsAtDepth2 = LN.getLoopsAtDepth(2); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h120 LoopVectorTy getLoopsAtDepth(unsigned Depth) const { in getLoopsAtDepth() function