Home
last modified time | relevance | path

Searched refs:transformToPostInc (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h74 void transformToPostInc(const Loop *L);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp418 void IVStrideUse::transformToPostInc(const Loop *L) { in transformToPostInc() function in IVStrideUse
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2531 CondUse->transformToPostInc(L); in OptimizeLoopTermCond()