Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp138 assert(L->isLCSSAForm(DT) && "Expected LCSSA!"); in deleteLoopIfDead()
DLICM.cpp334 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()
475 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()
476 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
DLoopUnrollPass.cpp466 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
DLoopUnswitch.cpp545 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
DIndVarSimplify.cpp752 assert(L->isLCSSAForm(*DT)); in rewriteFirstIterationLoopExitValues()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp380 assert(L.isLCSSAForm(DT)); in formLCSSA()
DLoopUnroll.cpp942 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
DLoopUtils.cpp509 assert((!DT || L->isLCSSAForm(*DT)) && "Expected LCSSA!"); in deleteDeadLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h775 bool isLCSSAForm(DominatorTree &DT) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp449 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp408 assert(L->isLCSSAForm(DT)); in runOnMachineFunction()