Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp172 return ImperfectLoopNest; in analyzeLoopNestForPerfectNest()
200 case ImperfectLoopNest: in getInterveningInstructions()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h189 ImperfectLoopNest, enumerator
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopNestTest.cpp135 TEST(LoopNestTest, ImperfectLoopNest) { in TEST() argument