Searched refs:getPerfectLoops (Results 1 – 3 of 3) sorted by relevance
123 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()
144 SmallVector<LoopVectorTy, 4> getPerfectLoops(ScalarEvolution &SE) const;
241 LoopNest::getPerfectLoops(ScalarEvolution &SE) const { in getPerfectLoops() function in LoopNest