Searched refs:normalizeForPostIncUse (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionNormalization.h | 55 const SCEV *normalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 97 const SCEV *llvm::normalizeForPostIncUse(const SCEV *S, in normalizeForPostIncUse() function in llvm
|
D | IVUsers.cpp | 391 return normalizeForPostIncUse(getReplacementExpr(IU), IU.getPostIncLoops(), in getExpr()
|
D | ScalarEvolutionExpander.cpp | 1329 Normalized = cast<SCEVAddRecExpr>(normalizeForPostIncUse(S, Loops, SE)); in expandAddRecExprLiterally()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 534 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/ |
D | LoopStrengthReduce.cpp | 3252 N = normalizeForPostIncUse(N, TmpPostIncLoops, SE); in CollectFixupsAndInitialFormulae()
|