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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1545 void ChainInstruction(Instruction *UserInst, Instruction *IVOper,
2471 /// ChainInstruction - Add this IV user to an existing chain or make it the head
2473 void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper, function in class:LSRInstance
2635 ChainInstruction(I, IVOpInst, ChainUsersVec);
2649 ChainInstruction(PN, IncV, ChainUsersVec);

Completed in 133 milliseconds