Searched refs:isLCSSAForm (Results 1 – 14 of 14) sorted by relevance
81 assert(L->isLCSSAForm(*DT) && "LCSSA form not preserved!"); in verifyAnalysis()160 assert(L->isLCSSAForm(*DT)); in runOnLoop()
102 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in runImpl()
220 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()274 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()275 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
364 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
475 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
672 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
146 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop177 if (!isLCSSAForm(DT)) in isRecursivelyLCSSAForm()
256 assert(L.isLCSSAForm(DT)); in formLCSSA()
679 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
262 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop
398 bool isLCSSAForm(DominatorTree &DT) const;
496 assert(L->isLCSSAForm(*DT)); in RewriteLoopExitValues()1919 assert(L->isLCSSAForm(*DT) && in runOnLoop()
216 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
606 bool isLCSSAForm(DominatorTree &DT) const;