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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h197 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1001 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { function in class:SCEVExpander
1206 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos))
1236 // isExpandedAddRecExprPHI or hoistIVInc that this is possible.
2047 hoistIVInc(OrigInc, IsomorphicInc)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1690 Rewriter.hoistIVInc(WideInc, DU.NarrowUse))

Completed in 206 milliseconds