Lines Matching defs:expand
9 // This pass fully expand the memory accesses of a Scop to get rid of
170 // For now, we are not able to expand ExitPhi.
186 // For now, we are not able to expand array where read come after write
206 // For now, we are not able to expand MayWrite.
213 // For now, we are not able to expand SAI with more than one write.
224 // Check if it is possible to expand this read.
270 // No need to expand SAI with no write.
398 /// @param The ScopArrayInfo representing the PHI accesses to expand.
420 void expand() {
470 Impl->expand();