Home
last modified time | relevance | path

Searched refs:isRecursivelyLCSSAForm (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
DLoopInfo.cpp176 bool Loop::isRecursivelyLCSSAForm(DominatorTree &DT) const { in isRecursivelyLCSSAForm() function in Loop
181 return L->isRecursivelyLCSSAForm(DT); in isRecursivelyLCSSAForm()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp787 all_of(*LI, [&](Loop *L) { return L->isRecursivelyLCSSAForm(*DT); }); in runOnFunction()
799 all_of(*LI, [&](Loop *L) { return L->isRecursivelyLCSSAForm(*DT); }); in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp509 assert(L->isRecursivelyLCSSAForm(*DT) && "Indvars did not preserve LCSSA!"); in rewriteLoopExitValues()
2101 assert(L->isRecursivelyLCSSAForm(*DT) && "LCSSA required to run indvars!"); in run()
2194 assert(L->isRecursivelyLCSSAForm(*DT) && "Indvars did not preserve LCSSA!"); in run()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h401 bool isRecursivelyLCSSAForm(DominatorTree &DT) const;