Searched refs:usedIo (Results 1 – 2 of 2) sorted by relevance
1058 usedIo[set].push_back(range); in addUsedLocation()1068 usedIo[set].push_back(range2); in addUsedLocation()1091 usedIo[set].push_back(range); in addUsedLocation()1104 for (size_t r = 0; r < usedIo[set].size(); ++r) { in checkLocationRange()1105 if (range.overlap(usedIo[set][r])) { in checkLocationRange()1107 return std::max(range.location.start, usedIo[set][r].location.start); in checkLocationRange()1108 …} else if (range.location.overlap(usedIo[set][r].location) && type.getBasicType() != usedIo[set][r… in checkLocationRange()1111 return std::max(range.location.start, usedIo[set][r].location.start); in checkLocationRange()
815 …std::vector<TIoRange> usedIo[4]; // sets of used locations, one for each of in, out, unifor… variable