Searched refs:isLCSSAForm (Results 1 – 10 of 10) sorted by relevance
138 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
292 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()396 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()397 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
445 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
544 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
709 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
354 assert(L.isLCSSAForm(DT)); in formLCSSA()
875 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
449 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
177 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop
526 bool isLCSSAForm(DominatorTree &DT) const;