Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h144 SmallVector<LoopVectorTy, 4> getPerfectLoops(ScalarEvolution &SE) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp241 LoopNest::getPerfectLoops(ScalarEvolution &SE) const { in getPerfectLoops() function in LoopNest