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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp79 bool eliminateIVUser(Instruction *UseInst, Instruction *IVOperand);
242 /// eliminateIVUser - Eliminate an operation that consumes a simple IV and has
245 bool SimplifyIndvar::eliminateIVUser(Instruction *UseInst, function in class:SimplifyIndvar
430 if (eliminateIVUser(UseOper.first, IVOperand)) {

Completed in 132 milliseconds