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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h125 /// hoistIVInc - Utility for hoisting an IV increment.
126 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos);
/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))) {
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp924 && Rewriter.hoistIVInc(WideInc, DU.NarrowUse))

Completed in 106 milliseconds