Searched defs:IVOper (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1687 void ChainInstruction(Instruction *UserInst, Instruction *IVOper,
2464 /// forming chains across objects, such as: PrevOper==a[i], IVOper==b[i],
2609 void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper, argument
2613 Value *const NextIV = getWideOperand(IVOper);
2617 // Visit all existing chains. Check if its IVOper can be computed as a
2666 IVChainVec.push_back(IVChain(IVInc(UserInst, IVOper, LastIncExpr),
2675 IVChainVec[ChainIdx].add(IVInc(UserInst, IVOper, LastIncExpr));
2692 for (User *U : IVOper->users()) {
2890 // IVOper will replace the current IV User's operand. IVSrc is the IV
2892 Value *IVOper local
2936 Value *IVOper = IVSrc; local
[all...]

Completed in 82 milliseconds