Home
last modified time | relevance | path

Searched refs:TransformForPostIncUse (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Analysis/
DIVUsers.cpp197 ISE = TransformForPostIncUse(NormalizeAutodetect, in AddUsersImpl()
208 TransformForPostIncUse(Denormalize, ISE, User, I, in AddUsersImpl()
319 TransformForPostIncUse(Normalize, getReplacementExpr(IU), in getExpr()
DScalarEvolutionNormalization.cpp245 const SCEV *llvm::TransformForPostIncUse(TransformKind Kind, in TransformForPostIncUse() function in llvm
DScalarEvolutionExpander.cpp1246 cast<SCEVAddRecExpr>(TransformForPostIncUse(Normalize, S, nullptr, in expandAddRecExprLiterally()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionNormalization.h68 const SCEV *TransformForPostIncUse(TransformKind Kind,
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll3 ; Test TransformForPostIncUse and LSR's expansion of expressions in
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3023 N = TransformForPostIncUse(Normalize, N, CI, nullptr, in CollectFixupsAndInitialFormulae()
4559 Reg = TransformForPostIncUse(Denormalize, Reg, in Expand()
4573 ScaledS = TransformForPostIncUse(Denormalize, ScaledS, in Expand()