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

/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h127 /// hoistIVInc - Utility for hoisting an IV increment.
128 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos);
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp944 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { function in class:SCEVExpander
1046 if (L == IVIncInsertLoop && !hoistIVInc(IncV, IVIncInsertPos))
1661 || hoistIVInc(OrigInc, IsomorphicInc))) {
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp964 && Rewriter.hoistIVInc(WideInc, DU.NarrowUse))

Completed in 46 milliseconds