Searched refs:getMaxPerfectDepth (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h68 /// getMaxPerfectDepth(Loop_i) would return 2.
69 static unsigned getMaxPerfectDepth(const Loop &Root, ScalarEvolution &SE);
163 unsigned getMaxPerfectDepth() const { return MaxPerfectDepth; } function in class:llvm::LoopNest
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp43 : MaxPerfectDepth(getMaxPerfectDepth(Root, SE)) {
261 unsigned LoopNest::getMaxPerfectDepth(const Loop &Root, ScalarEvolution &SE) { function in class:LoopNest
439 if (LN.getMaxPerfectDepth() == LN.getNestDepth())

Completed in 522 milliseconds