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()
582 if (!DeadExitBlocks.empty() && !L.isLCSSAForm(DT, /*IgnoreTokens*/ false)) { in run()583 assert(L.isLCSSAForm(DT, /*IgnoreTokens*/ true) && in run()
194 if (!L.isLCSSAForm(DT)) in canSplitLoopBound()
417 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()536 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()537 assert((L->isOutermost() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
498 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
440 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
319 bool isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens = true) const;
419 assert(L.isLCSSAForm(DT)); in formLCSSA()
1069 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
485 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
463 bool Loop::isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens) const { in isLCSSAForm() function in Loop
203 assert(L->isLCSSAForm(DT)); in runOnMachineFunction()796 assert(L->isLCSSAForm(DT) && "Loop is not in LCSSA form!"); in run()