Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h69 static unsigned getMaxPerfectDepth(const Loop &Root, ScalarEvolution &SE);
163 unsigned getMaxPerfectDepth() const { return MaxPerfectDepth; } in getMaxPerfectDepth() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp43 : MaxPerfectDepth(getMaxPerfectDepth(Root, SE)) { in LoopNest()
261 unsigned LoopNest::getMaxPerfectDepth(const Loop &Root, ScalarEvolution &SE) { in getMaxPerfectDepth() function in LoopNest
439 if (LN.getMaxPerfectDepth() == LN.getNestDepth()) in operator <<()