Searched refs:InstUsers (Results 1 – 1 of 1) sorted by relevance
201 SetVector<Instruction *> &InstUsers) { in collectFunctionUses() argument209 InstUsers.insert(I); in collectFunctionUses()221 SetVector<Instruction *> InstUsers; in replaceConstantUsesInFunction() local223 collectFunctionUses(C, F, InstUsers); in replaceConstantUsesInFunction()224 for (Instruction *I : InstUsers) { in replaceConstantUsesInFunction()