Searched defs:hoistIVInc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp907 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { function in class:SCEVExpander
1106 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos))
1136 // isExpandedAddRecExprPHI or hoistIVInc that this is possible.
1772 || hoistIVInc(OrigInc, IsomorphicInc))) {

Completed in 90 milliseconds