HomeSort by relevance Sort by last modified time
    Searched refs:OperandValToReplace (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 71 Value *OperandValToReplace,
IVUsers.h 35 /// instruction of the operand, and 'OperandValToReplace' is the operand of
41 : CallbackVH(U), Parent(P), OperandValToReplace(O) {
57 return OperandValToReplace;
63 OperandValToReplace = Op;
80 /// OperandValToReplace - The Value of the operand in the user instruction
82 WeakVH OperandValToReplace;
151 /// value of the OperandValToReplace of the given IVStrideUse.
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 66 Value *OperandValToReplace,
75 const SCEV *N = TransformForPostIncUse(Kind, O, User, OperandValToReplace,
105 if (IVUseShouldUsePostIncValue(User, OperandValToReplace, L, &DT)) {
108 User, OperandValToReplace, Loops, SE, DT);
118 User, OperandValToReplace,
127 User, OperandValToReplace, Loops, SE, DT);
133 User, OperandValToReplace,
153 const SCEV *N = TransformForPostIncUse(Kind, O, User, OperandValToReplace,
173 const SCEV *LN = TransformForPostIncUse(Kind, LO, User, OperandValToReplace,
175 const SCEV *RN = TransformForPostIncUse(Kind, RO, User, OperandValToReplace,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 854 /// OperandValToReplace - The operand of the instruction which will
857 Value *OperandValToReplace;
884 : UserInst(0), OperandValToReplace(0), LUIdx(~size_t(0)), Offset(0) {}
892 if (PN->getIncomingValue(i) == OperandValToReplace &&
912 OS << ", OperandValToReplace=";
913 WriteAsOperand(OS, OperandValToReplace, /*PrintType=*/false);
    [all...]

Completed in 395 milliseconds