Searched refs:isLCSSAForm (Results 1 – 12 of 12) sorted by relevance
402 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in breakBackedgeIfNotTaken()440 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
583 if (!DeadExitBlocks.empty() && !L.isLCSSAForm(DT, /*IgnoreTokens*/ false)) { in run()584 assert(L.isLCSSAForm(DT, /*IgnoreTokens*/ true) && in run()
194 if (!L.isLCSSAForm(DT)) in canSplitLoopBound()
408 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()527 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()528 assert((L->isOutermost() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
484 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
430 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
319 bool isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens = true) const;
419 assert(L.isLCSSAForm(DT)); in formLCSSA()
907 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
484 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
462 bool Loop::isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens) const { in isLCSSAForm() function in Loop
131 assert(L->isLCSSAForm(DT)); in runOnMachineFunction()