Home | History | Annotate | Download | only in Analysis

Lines Matching refs:hoistIVInc

907 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) {
1106 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos))
1136 // isExpandedAddRecExprPHI or hoistIVInc that this is possible.
1772 || hoistIVInc(OrigInc, IsomorphicInc))) {