Searched refs:DepsAdded (Results 1 – 1 of 1) sorted by relevance
1372 SmallVector<std::pair<SUnit *, SDep>, 8> DepsAdded; in swapAntiDependences() local1379 DepsAdded.push_back(std::make_pair(SU, *IP)); in swapAntiDependences()1382 for (SmallVector<std::pair<SUnit *, SDep>, 8>::iterator I = DepsAdded.begin(), in swapAntiDependences()1383 E = DepsAdded.end(); in swapAntiDependences()