Searched refs:isRecursivelyLCSSAForm (Results 1 – 4 of 4) sorted by relevance
176 bool Loop::isRecursivelyLCSSAForm(DominatorTree &DT) const { in isRecursivelyLCSSAForm() function in Loop181 return L->isRecursivelyLCSSAForm(DT); in isRecursivelyLCSSAForm()
787 all_of(*LI, [&](Loop *L) { return L->isRecursivelyLCSSAForm(*DT); }); in runOnFunction()799 all_of(*LI, [&](Loop *L) { return L->isRecursivelyLCSSAForm(*DT); }); in runOnFunction()
509 assert(L->isRecursivelyLCSSAForm(*DT) && "Indvars did not preserve LCSSA!"); in rewriteLoopExitValues()2101 assert(L->isRecursivelyLCSSAForm(*DT) && "LCSSA required to run indvars!"); in run()2194 assert(L->isRecursivelyLCSSAForm(*DT) && "Indvars did not preserve LCSSA!"); in run()
401 bool isRecursivelyLCSSAForm(DominatorTree &DT) const;