Searched refs:hoistIVInc (Results 1 – 3 of 3) sorted by relevance
186 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos);
926 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { in hoistIVInc() function in SCEVExpander1130 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos)) in getAddRecExprPHILiterally()1854 hoistIVInc(OrigInc, IsomorphicInc)) { in replaceCongruentIVs()
1346 if (WideAddRec == WideIncExpr && Rewriter.hoistIVInc(WideInc, DU.NarrowUse)) in widenIVUse()