Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h136 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos);
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp907 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { in hoistIVInc() function in SCEVExpander
1106 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos)) in getAddRecExprPHILiterally()
1772 || hoistIVInc(OrigInc, IsomorphicInc))) { in replaceCongruentIVs()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1074 && Rewriter.hoistIVInc(WideInc, DU.NarrowUse)) in WidenIVUse()