Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isLCSSAForm

238   assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form.");
322 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!");
323 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) &&