Searched refs:InstUsers (Results 1 – 1 of 1) sorted by relevance
36 SetVector<Instruction *> &InstUsers) { in collectFunctionUses() argument44 InstUsers.insert(I); in collectFunctionUses()56 SetVector<Instruction *> InstUsers; in replaceConstantUsesInFunction() local58 collectFunctionUses(C, F, InstUsers); in replaceConstantUsesInFunction()59 for (Instruction *I : InstUsers) { in replaceConstantUsesInFunction()