|
LLVM 23.0.0git
|
IVStrideUse - Keep track of one use of a strided induction variable. More...
#include "llvm/Analysis/IVUsers.h"
Friends | |
| class | IVUsers |
IVStrideUse - Keep track of one use of a strided induction variable.
The Expr member keeps track of the expression, User is the actual user instruction of the operand, and 'OperandValToReplace' is the operand of the User that is the use.
|
inline |
Definition at line 39 of file IVUsers.h.
References llvm::CallbackVH::CallbackVH(), IVUsers, and P.
|
inline |
getOperandValToReplace - Return the Value of the operand in the user instruction that this IVStrideUse is representing.
Definition at line 55 of file IVUsers.h.
Referenced by llvm::IVUsers::getReplacementExpr().
|
inline |
getPostIncLoops - Return the set of loops for which the expression has been adjusted to use post-inc mode.
Definition at line 67 of file IVUsers.h.
Referenced by llvm::IVUsers::getExpr().
|
inline |
getUser - Return the user instruction for this use.
Definition at line 44 of file IVUsers.h.
References llvm::cast(), and llvm::ValueHandleBase::getValPtr().
|
inline |
|
inline |
setUser - Assign a new user instruction for this use.
Definition at line 49 of file IVUsers.h.
References llvm::CallbackVH::setValPtr().
transformToPostInc - Transform the expression to post-inc form for the given loop.
Definition at line 365 of file IVUsers.cpp.
|
friend |
Definition at line 37 of file IVUsers.h.
References IVUsers.
Referenced by IVStrideUse(), and IVUsers.