Home
last modified time | relevance | path

Searched refs:ArrayUserInstructions (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp245 SmallVector<Instruction *, 4> ArrayUserInstructions; in replaceGlobalArray() local
252 getInstructionUsersOfValue(ArrayUse.getUser(), ArrayUserInstructions); in replaceGlobalArray()
254 for (Instruction *UserOfArrayInst : ArrayUserInstructions) { in replaceGlobalArray()