Searched refs:isRecursivelyLCSSAForm (Results 1 – 3 of 3) sorted by relevance
210 bool Loop::isRecursivelyLCSSAForm(DominatorTree &DT) const { in isRecursivelyLCSSAForm() function in Loop215 return L->isRecursivelyLCSSAForm(DT); in isRecursivelyLCSSAForm()
417 bool isRecursivelyLCSSAForm(DominatorTree &DT) const;
544 assert(L->isRecursivelyLCSSAForm(*DT) && "Indvars did not preserve LCSSA!"); in rewriteLoopExitValues()2179 assert(L->isRecursivelyLCSSAForm(*DT) && "Indvars did not preserve LCSSA!"); in runOnLoop()