Searched refs:isRecursivelyLCSSAForm (Results 1 – 10 of 10) sorted by relevance
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LCSSA.cpp | 343 assert(SubLoop->isRecursivelyLCSSAForm(DT, *LI) && "Subloop not in LCSSA!"); in formLCSSA() 445 return L->isRecursivelyLCSSAForm(*DT, *LI); in verifyAnalysis()
|
H A D | LoopSimplify.cpp | 351 assert(NewOuter->isRecursivelyLCSSAForm(*DT, *LI) && in separateNestedLoop() 730 assert(L->isRecursivelyLCSSAForm(*DT, *LI) && in simplifyLoop() 834 *LI, [&](Loop *L) { return L->isRecursivelyLCSSAForm(*DT, *LI); }); in runOnFunction()
|
H A D | LoopUnrollAndJam.cpp | 623 assert(OutestLoop->isRecursivelyLCSSAForm(*DT, *LI)); in UnrollAndJamLoop()
|
H A D | LoopUtils.cpp | 1300 assert(L->isRecursivelyLCSSAForm(*DT, *LI) && in rewriteLoopExitValues()
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopPassManager.cpp | 252 assert(L->isRecursivelyLCSSAForm(LAR.DT, LI) && in run()
|
H A D | IndVarSimplify.cpp | 1726 assert(L->isRecursivelyLCSSAForm(*DT, *LI) && in run() 1894 assert(L->isRecursivelyLCSSAForm(*DT, *LI) && in run()
|
H A D | SimpleLoopUnswitch.cpp | 2335 assert(ChildL->isRecursivelyLCSSAForm(DT, LI) && in unswitchNontrivialInvariants() 2897 assert(L.isRecursivelyLCSSAForm(DT, LI) && in unswitchLoop()
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopPass.cpp | 248 assert(CurrentLoop->isRecursivelyLCSSAForm(*DT, *LI)); in runOnFunction()
|
H A D | LoopInfo.cpp | 468 bool Loop::isRecursivelyLCSSAForm(const DominatorTree &DT, in isRecursivelyLCSSAForm() function in Loop
|
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 799 bool isRecursivelyLCSSAForm(const DominatorTree &DT,
|