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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h69 /// transformToPostInc - Transform the expression to post-inc form for the
71 void transformToPostInc(const Loop *L);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp367 void IVStrideUse::transformToPostInc(const Loop *L) { function in class:IVStrideUse
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2549 CondUse->transformToPostInc(L);

Completed in 272 milliseconds