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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1702 void ChainInstruction(Instruction *UserInst, Instruction *IVOper,
2488 /// PrevOper==a[i], IVOper==b[i], IVInc==b-a.
2636 void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper, argument
2640 Value *const NextIV = getWideOperand(IVOper);
2644 // Visit all existing chains. Check if its IVOper can be computed as a
2693 IVChainVec.push_back(IVChain(IVInc(UserInst, IVOper, LastIncExpr),
2702 IVChainVec[ChainIdx].add(IVInc(UserInst, IVOper, LastIncExpr));
2719 for (User *U : IVOper->users()) {
2920 // IVOper will replace the current IV User's operand. IVSrc is the IV
2922 Value *IVOper local
2967 Value *IVOper = IVSrc; local
[all...]
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp979 for(Instruction *IVOper = IncV;
980 (IVOper = getIVIncOperand(IVOper, L->getLoopPreheader()->getTerminator(),
982 if (IVOper == PN)

Completed in 241 milliseconds