Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp210 bool Loop::isRecursivelyLCSSAForm(DominatorTree &DT) const { in isRecursivelyLCSSAForm() function in Loop
215 return L->isRecursivelyLCSSAForm(DT); in isRecursivelyLCSSAForm()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h417 bool isRecursivelyLCSSAForm(DominatorTree &DT) const;
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp544 assert(L->isRecursivelyLCSSAForm(*DT) && "Indvars did not preserve LCSSA!"); in rewriteLoopExitValues()
2179 assert(L->isRecursivelyLCSSAForm(*DT) && "Indvars did not preserve LCSSA!"); in runOnLoop()