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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp952 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { function in class:SCEVExpander
1054 if (L == IVIncInsertLoop && !hoistIVInc(IncV, IVIncInsertPos))
1671 || hoistIVInc(OrigInc, IsomorphicInc))) {

Completed in 207 milliseconds