Searched refs:isLCSSAForm (Results 1 – 14 of 14) sorted by relevance
402 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in breakBackedgeIfNotTaken()440 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
602 if (!DeadExitBlocks.empty() && !L.isLCSSAForm(DT, /*IgnoreTokens*/ false)) { in run()603 assert(L.isLCSSAForm(DT, /*IgnoreTokens*/ true) && in run()
193 if (!L.isLCSSAForm(DT)) in canSplitLoopBound()
420 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()539 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()540 assert((L->isOutermost() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
499 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
436 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
291 if (!L->isLCSSAForm(*DT)) in runImpl()
439 assert(L.isLCSSAForm(DT)); in formLCSSAImpl()
1075 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
487 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
315 bool isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens = true) const;
463 bool Loop::isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens) const { in isLCSSAForm() function in Loop
199 assert(L->isLCSSAForm(DT)); in runOnMachineFunction()912 assert(L->isLCSSAForm(DT) && "Loop is not in LCSSA form!"); in run()
19834 {"_ZNK4llvm4Loop11isLCSSAFormERNS_13DominatorTreeE", "llvm::Loop::isLCSSAForm(llvm::DominatorTree&)…