Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLCSSA.cpp81 assert(L->isLCSSAForm(*DT) && "LCSSA form not preserved!"); in verifyAnalysis()
160 assert(L->isLCSSAForm(*DT)); in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp102 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in runImpl()
DLICM.cpp220 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()
274 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()
275 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
DLoopUnrollPass.cpp364 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
DLoopUnswitch.cpp475 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
DIndVarSimplify.cpp672 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
/external/llvm/lib/Analysis/
DLoopInfo.cpp146 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop
177 if (!isLCSSAForm(DT)) in isRecursivelyLCSSAForm()
/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp256 assert(L.isLCSSAForm(DT)); in formLCSSA()
DLoopUnroll.cpp679 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp262 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop
/external/llvm/include/llvm/Analysis/
DLoopInfo.h398 bool isLCSSAForm(DominatorTree &DT) const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp496 assert(L->isLCSSAForm(*DT)); in RewriteLoopExitValues()
1919 assert(L->isLCSSAForm(*DT) && in runOnLoop()
DLoopUnswitch.cpp216 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h606 bool isLCSSAForm(DominatorTree &DT) const;