Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp106 PerfectLoopNest); in arePerfectlyNested()
178 return PerfectLoopNest; in analyzeLoopNestForPerfectNest()
185 case PerfectLoopNest: in getInterveningInstructions()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h188 PerfectLoopNest, enumerator
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopNestTest.cpp51 TEST(LoopNestTest, PerfectLoopNest) { in TEST() argument