Searched refs:isLCSSAForm (Results 1 – 12 of 12) sorted by relevance
404 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in breakBackedgeIfNotTaken()442 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
585 if (!DeadExitBlocks.empty() && !L.isLCSSAForm(DT, /*IgnoreTokens*/ false)) { in run()586 assert(L.isLCSSAForm(DT, /*IgnoreTokens*/ true) && in run()
194 if (!L.isLCSSAForm(DT)) in canSplitLoopBound()
402 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()522 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()523 assert((L->isOutermost() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
481 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
442 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
404 assert(L.isLCSSAForm(DT)); in formLCSSA()
870 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
471 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
822 bool isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens = true) const;
462 bool Loop::isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens) const { in isLCSSAForm() function in Loop
130 assert(L->isLCSSAForm(DT)); in runOnMachineFunction()