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.cpp943 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { function in class:SCEVExpander
1114 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos))
1144 // isExpandedAddRecExprPHI or hoistIVInc that this is possible.
1769 || hoistIVInc(OrigInc, IsomorphicInc))) {
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp997 && Rewriter.hoistIVInc(WideInc, DU.NarrowUse))

Completed in 231 milliseconds