Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionNormalization.h55 const SCEV *normalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp97 const SCEV *llvm::normalizeForPostIncUse(const SCEV *S, in normalizeForPostIncUse() function in llvm
DIVUsers.cpp391 return normalizeForPostIncUse(getReplacementExpr(IU), IU.getPostIncLoops(), in getExpr()
DScalarEvolutionExpander.cpp1329 Normalized = cast<SCEVAddRecExpr>(normalizeForPostIncUse(S, Loops, SE)); in expandAddRecExprLiterally()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp534 auto *N0 = normalizeForPostIncUse(S0, Loops, SE); in TEST_F()
541 auto *N1 = normalizeForPostIncUse(S1, Loops, SE); in TEST_F()
607 auto *N = llvm::normalizeForPostIncUse(S, LoopSet, SE); in TEST_F()
616 auto *N = llvm::normalizeForPostIncUse(D, LoopSet, SE); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3252 N = normalizeForPostIncUse(N, TmpPostIncLoops, SE); in CollectFixupsAndInitialFormulae()