Home
last modified time | relevance | path

Searched refs:normalizeForPostIncUse (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionNormalization.h54 const SCEV *normalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp96 const SCEV *llvm::normalizeForPostIncUse(const SCEV *S, in normalizeForPostIncUse() function in llvm
DIVUsers.cpp391 return normalizeForPostIncUse(getReplacementExpr(IU), IU.getPostIncLoops(), in getExpr()
DScalarEvolutionExpander.cpp1348 Normalized = cast<SCEVAddRecExpr>(normalizeForPostIncUse(S, Loops, SE)); in expandAddRecExprLiterally()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3293 N = normalizeForPostIncUse(N, TmpPostIncLoops, SE); in CollectFixupsAndInitialFormulae()