Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp404 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in breakBackedgeIfNotTaken()
442 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
H A DLoopSimplifyCFG.cpp585 if (!DeadExitBlocks.empty() && !L.isLCSSAForm(DT, /*IgnoreTokens*/ false)) { in run()
586 assert(L.isLCSSAForm(DT, /*IgnoreTokens*/ true) && in run()
H A DLoopBoundSplit.cpp194 if (!L.isLCSSAForm(DT)) in canSplitLoopBound()
H A DLICM.cpp402 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()
522 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()
523 assert((L->isOutermost() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
H A DLoopUnrollPass.cpp481 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
H A DIndVarSimplify.cpp442 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp404 assert(L.isLCSSAForm(DT)); in formLCSSA()
H A DLoopUnroll.cpp870 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
H A DLoopUtils.cpp471 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h822 bool isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens = true) const;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp462 bool Loop::isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens) const { in isLCSSAForm() function in Loop
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp130 assert(L->isLCSSAForm(DT)); in runOnMachineFunction()