Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp105 return (analyzeLoopNestForPerfectNest(OuterLoop, InnerLoop, SE) == in arePerfectlyNested()
109 LoopNest::LoopNestEnum LoopNest::analyzeLoopNestForPerfectNest( in analyzeLoopNestForPerfectNest() function in LoopNest
184 switch (analyzeLoopNestForPerfectNest(OuterLoop, InnerLoop, SE)) { in getInterveningInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h193 static LoopNestEnum analyzeLoopNestForPerfectNest(const Loop &OuterLoop,