Searched refs:memrefs (Results 1 – 3 of 3) sorted by relevance
338 SmallVector<Instruction*, 8> memrefs; in PrintLoopInfo() local339 GetMemRefInstrs(L, memrefs); in PrintLoopInfo()345 OS << " Load/store instructions: " << memrefs.size() << "\n"; in PrintLoopInfo()346 for (SmallVector<Instruction*, 8>::const_iterator x = memrefs.begin(), in PrintLoopInfo()347 end = memrefs.end(); x != end; ++x) in PrintLoopInfo()348 OS << "\t" << (x - memrefs.begin()) << ": " << **x << "\n"; in PrintLoopInfo()351 for (SmallVector<Instruction*, 8>::const_iterator x = memrefs.begin(), in PrintLoopInfo()352 end = memrefs.end(); x != end; ++x) in PrintLoopInfo()356 OS << "\t" << (x - memrefs.begin()) << "," << (y - memrefs.begin()) in PrintLoopInfo()
4 ; memrefs of the resulting load MIs correctly, so that they are packetized
4 ; pipeliner altered the size of the memrefs for these instructions, which