Home
last modified time | relevance | path

Searched refs:isLCSSAForm (Results 1 – 24 of 24) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp138 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
DLICM.cpp255 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()
348 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()
349 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
DLoopUnrollPass.cpp445 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
DLoopUnswitch.cpp527 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
DIndVarSimplify.cpp719 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-7.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp354 assert(L.isLCSSAForm(DT)); in formLCSSA()
DLoopUnroll.cpp866 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
DLoopUtils.cpp1346 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp262 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopInfo.cpp176 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-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h520 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;