Searched refs:denormalizeForPostIncUse (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionNormalization.h | 65 const SCEV *denormalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 111 const SCEV *llvm::denormalizeForPostIncUse(const SCEV *S, in denormalizeForPostIncUse() function in llvm
|
D | IVUsers.cpp | 272 denormalizeForPostIncUse(ISE, NewUse.PostIncLoops, *SE); in AddUsersImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 535 auto *D0 = denormalizeForPostIncUse(N0, Loops, SE); in TEST_F() 542 auto *D1 = denormalizeForPostIncUse(N1, Loops, SE); in TEST_F() 608 auto *D = llvm::denormalizeForPostIncUse(N, LoopSet, SE); in TEST_F() 615 auto *D = llvm::denormalizeForPostIncUse(S, LoopSet, SE); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 5039 Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE); in Expand() 5050 ScaledS = denormalizeForPostIncUse(ScaledS, Loops, SE); in Expand()
|