Searched refs:ArrayUserInstructions (Results 1 – 1 of 1) sorted by relevance
245 SmallVector<Instruction *, 4> ArrayUserInstructions; in replaceGlobalArray() local252 getInstructionUsersOfValue(ArrayUse.getUser(), ArrayUserInstructions); in replaceGlobalArray()254 for (Instruction *UserOfArrayInst : ArrayUserInstructions) { in replaceGlobalArray()