Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:Reads

2507   AliasMap Reads;
2514 // writes and between reads and writes, but not between reads and reads.
2545 Reads.insert(std::make_pair(Ptr, LD));
2549 // other reads in this loop then is it safe to vectorize.
2550 if (ReadWrites.size() == 1 && Reads.size() == 0) {
2569 for (MI = Reads.begin(), ME = Reads.end(); MI != ME; ++MI) {
2598 // Now that the pointers are in two lists (Reads and ReadWrites), we
2600 // between the writes to the reads.
2656 /// Check that the reads don't conflict with the read-writes.
2657 for (MI = Reads.begin(), ME = Reads.end(); MI != ME; ++MI) {