Home
last modified time | relevance | path

Searched refs:getPerfectLoops (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopNestTest.cpp123 const SmallVector<LoopVectorTy, 4> &PLV = LN.getPerfectLoops(SE); in TEST()
208 const SmallVector<LoopVectorTy, 4> &PLV = LN.getPerfectLoops(SE); in TEST()
292 const SmallVector<LoopVectorTy, 4> &PLV = LN.getPerfectLoops(SE); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h144 SmallVector<LoopVectorTy, 4> getPerfectLoops(ScalarEvolution &SE) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp241 LoopNest::getPerfectLoops(ScalarEvolution &SE) const { in getPerfectLoops() function in LoopNest