Home
last modified time | relevance | path

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

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