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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h127 /// hoistIVInc - Utility for hoisting an IV increment.
128 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp950 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { function in class:SCEVExpander
1052 if (L == IVIncInsertLoop && !hoistIVInc(IncV, IVIncInsertPos))
1680 || hoistIVInc(OrigInc, IsomorphicInc))) {
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp963 && Rewriter.hoistIVInc(WideInc, DU.NarrowUse))

Completed in 87 milliseconds