Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp145 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in breakBackedgeIfNotTaken()
176 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
H A DLICM.cpp353 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()
507 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()
508 assert((L->isOutermost() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
H A DLoopInterchange.cpp566 assert(InnerLoop->isLCSSAForm(*DT) && in processLoop()
568 assert(OuterLoop->isLCSSAForm(*DT) && in processLoop()
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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp397 assert(L.isLCSSAForm(DT)); in formLCSSA()
H A DLoopUnroll.cpp936 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
H A DLoopUtils.cpp540 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h796 bool isLCSSAForm(const DominatorTree &DT) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp461 bool Loop::isLCSSAForm(const DominatorTree &DT) const { in isLCSSAForm() function in Loop
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp397 assert(L->isLCSSAForm(DT)); in runOnMachineFunction()