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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1500 void ChainInstruction(Instruction *UserInst, Instruction *IVOper,
2280 /// PrevOper==a[i], IVOper==b[i], IVInc==b-a.
2445 void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper, argument
2449 Value *NextIV = getWideOperand(IVOper);
2451 // Visit all existing chains. Check if its IVOper can be computed as a
2498 IVChainVec[ChainIdx].push_back(IVInc(UserInst, IVOper, LastIncExpr));
2513 for (Value::use_iterator UseIter = IVOper->use_begin(),
2514 UseEnd = IVOper->use_end(); UseIter != UseEnd; ++UseIter) {
2701 // IVOper will replace the current IV User's operand. IVSrc is the IV
2703 Value *IVOper local
2748 Value *IVOper = IVSrc; local
[all...]

Completed in 85 milliseconds