Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp391 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in breakBackedgeIfNotTaken()
424 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
H A DLoopBoundSplit.cpp188 if (!L.isLCSSAForm(DT)) in canSplitLoopBound()
H A DLoopInterchange.cpp566 assert(InnerLoop->isLCSSAForm(*DT) && in processLoop()
568 assert(OuterLoop->isLCSSAForm(*DT) && in processLoop()
H A DLICM.cpp381 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()
535 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()
536 assert((L->isOutermost() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
H A DLoopUnrollPass.cpp471 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
H A DLoopUnswitch.cpp559 assert(CurrentLoop->isLCSSAForm(*DT)); in runOnLoop()
H A DIndVarSimplify.cpp440 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp397 assert(L.isLCSSAForm(DT)); in formLCSSA()
H A DLoopUnroll.cpp807 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
H A DLoopUtils.cpp479 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h799 bool isLCSSAForm(const DominatorTree &DT) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp461 bool Loop::isLCSSAForm(const DominatorTree &DT) const { in isLCSSAForm() function in Loop
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp401 assert(L->isLCSSAForm(DT)); in runOnMachineFunction()