Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLICM.cpp200 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form."); in runOnLoop()
285 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!"); in runOnLoop()
286 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop()
DLoopUnrollPass.cpp553 assert(L->isLCSSAForm(DT) && in analyzeLoopUnrollCost()
DLoopUnswitch.cpp459 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
/external/llvm/lib/Analysis/
DLoopInfo.cpp179 bool Loop::isLCSSAForm(DominatorTree &DT) const { in isLCSSAForm() function in Loop
211 if (!isLCSSAForm(DT)) in isRecursivelyLCSSAForm()
/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp259 assert(L.isLCSSAForm(DT)); in formLCSSA()
DLoopUnroll.cpp554 assert(OuterL->isLCSSAForm(*DT) && in UnrollLoop()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h414 bool isLCSSAForm(DominatorTree &DT) const;