Searched refs:TransformForPostIncUse (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 63 const SCEV *llvm::TransformForPostIncUse(TransformKind Kind, in TransformForPostIncUse() function in llvm 75 const SCEV *N = TransformForPostIncUse(Kind, O, User, OperandValToReplace, in TransformForPostIncUse() 97 const SCEV *N = TransformForPostIncUse(Kind, O, LUser, 0, Loops, SE, DT); in TransformForPostIncUse() 107 TransformForPostIncUse(Kind, AR->getStepRecurrence(SE), in TransformForPostIncUse() 117 assert(S == TransformForPostIncUse(Denormalize, Result, in TransformForPostIncUse() 126 TransformForPostIncUse(Kind, AR->getStepRecurrence(SE), in TransformForPostIncUse() 132 assert(S == TransformForPostIncUse(Denormalize, Result, in TransformForPostIncUse() 153 const SCEV *N = TransformForPostIncUse(Kind, O, User, OperandValToReplace, in TransformForPostIncUse() 173 const SCEV *LN = TransformForPostIncUse(Kind, LO, User, OperandValToReplace, in TransformForPostIncUse() 175 const SCEV *RN = TransformForPostIncUse(Kind, RO, User, OperandValToReplace, in TransformForPostIncUse()
|
D | IVUsers.cpp | 145 ISE = TransformForPostIncUse(NormalizeAutodetect, in AddUsersIfInteresting() 234 TransformForPostIncUse(Normalize, getReplacementExpr(IU), in getExpr()
|
D | ScalarEvolutionExpander.cpp | 1015 cast<SCEVAddRecExpr>(TransformForPostIncUse(Normalize, S, 0, 0, in expandAddRecExprLiterally()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionNormalization.h | 68 const SCEV *TransformForPostIncUse(TransformKind Kind,
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2078 N = TransformForPostIncUse(Normalize, N, CI, 0, in CollectFixupsAndInitialFormulae() 3466 Reg = TransformForPostIncUse(Denormalize, Reg, in Expand() 3487 ScaledS = TransformForPostIncUse(Denormalize, ScaledS, in Expand()
|