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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp266 /// pushIVUsers - Add all uses of Def to the current IV's worklist.
268 static void pushIVUsers( function
329 // Push users of the current LoopPhi. In rare cases, pushIVUsers may be
332 pushIVUsers(CurrIV, Simplified, SimpleIVUsers);
353 pushIVUsers(IVOperand, Simplified, SimpleIVUsers);
362 pushIVUsers(UseOper.first, Simplified, SimpleIVUsers);

Completed in 39 milliseconds