Searched refs:isLCSSAForm (Results 1 – 11 of 11) sorted by relevance
138 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
334 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()475 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()476 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
466 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
545 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
752 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
380 assert(L.isLCSSAForm(DT)); in formLCSSA()
942 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
509 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
775 bool isLCSSAForm(DominatorTree &DT) const;
449 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop
408 assert(L->isLCSSAForm(DT)); in runOnMachineFunction()