Home
last modified time | relevance | path

Searched refs:isLCSSAForm (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp138 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
H A DLICM.cpp292 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()
396 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()
397 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
H A DLoopUnrollPass.cpp445 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
H A DLoopUnswitch.cpp544 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
H A DIndVarSimplify.cpp709 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp354 assert(L.isLCSSAForm(DT)); in formLCSSA()
H A DLoopUnroll.cpp875 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
H A DLoopUtils.cpp449 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp177 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h526 bool isLCSSAForm(DominatorTree &DT) const;