Searched refs:isLCSSAForm (Results 1 – 7 of 7) sorted by relevance
200 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()285 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()286 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
553 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
459 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
179 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop211 if (!isLCSSAForm(DT)) in isRecursivelyLCSSAForm()
259 assert(L.isLCSSAForm(DT)); in formLCSSA()
554 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
414 bool isLCSSAForm(DominatorTree &DT) const;