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

/external/llvm/include/llvm/Analysis/
H A DIVUsers.h71 /// transformToPostInc - Transform the expression to post-inc form for the
73 void transformToPostInc(const Loop *L);
/external/llvm/lib/Analysis/
H A DIVUsers.cpp348 void IVStrideUse::transformToPostInc(const Loop *L) { function in class:IVStrideUse
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2218 CondUse->transformToPostInc(L);

Completed in 162 milliseconds