HomeSort by relevance Sort by last modified time
    Searched refs:TransformForPostIncUse (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 51 /// TransformForPostIncUse can do.
66 /// TransformForPostIncUse - Transform the given expression according to the
68 const SCEV *TransformForPostIncUse(TransformKind Kind,
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 63 const SCEV *llvm::TransformForPostIncUse(TransformKind Kind,
75 const SCEV *N = TransformForPostIncUse(Kind, O, User, OperandValToReplace,
97 const SCEV *N = TransformForPostIncUse(Kind, O, LUser, 0, Loops, SE, DT);
107 TransformForPostIncUse(Kind, AR->getStepRecurrence(SE),
117 assert(S == TransformForPostIncUse(Denormalize, Result,
126 TransformForPostIncUse(Kind, AR->getStepRecurrence(SE),
132 assert(S == TransformForPostIncUse(Denormalize, Result,
153 const SCEV *N = TransformForPostIncUse(Kind, O, User, OperandValToReplace,
173 const SCEV *LN = TransformForPostIncUse(Kind, LO, User, OperandValToReplace,
175 const SCEV *RN = TransformForPostIncUse(Kind, RO, User, OperandValToReplace
    [all...]
IVUsers.cpp 145 ISE = TransformForPostIncUse(NormalizeAutodetect,
234 TransformForPostIncUse(Normalize, getReplacementExpr(IU),
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 833 milliseconds