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