Lines Matching refs:PreserveLCSSA
119 LoopInfo *LI, bool PreserveLCSSA) { in InsertPreheaderForLoop() argument
141 LI, PreserveLCSSA); in InsertPreheaderForLoop()
161 bool PreserveLCSSA) { in rewriteLoopExitBlock() argument
177 PreserveLCSSA); in rewriteLoopExitBlock()
251 ScalarEvolution *SE, bool PreserveLCSSA, in separateNestedLoop() argument
286 DT, LI, PreserveLCSSA); in separateNestedLoop()
467 bool PreserveLCSSA) { in simplifyOneLoop() argument
527 Preheader = InsertPreheaderForLoop(L, DT, LI, PreserveLCSSA); in simplifyOneLoop()
549 if (rewriteLoopExitBlock(L, ExitBlock, DT, LI, PreserveLCSSA)) { in simplifyOneLoop()
566 separateNestedLoop(L, Preheader, DT, LI, SE, PreserveLCSSA, AC)) { in simplifyOneLoop()
688 ExitingBlock, /* DontDeleteUselessPHIs */ PreserveLCSSA); in simplifyOneLoop()
690 ExitingBlock, /* DontDeleteUselessPHIs */ PreserveLCSSA); in simplifyOneLoop()
700 bool PreserveLCSSA) { in simplifyLoop() argument
717 AC, PreserveLCSSA); in simplifyLoop()
781 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction() local
783 if (PreserveLCSSA) { in runOnFunction()
794 Changed |= simplifyLoop(*I, DT, LI, SE, AC, PreserveLCSSA); in runOnFunction()
797 if (PreserveLCSSA) { in runOnFunction()