Searched refs:DepsAdded (Results 1 – 1 of 1) sorted by relevance
1631 SmallVector<std::pair<SUnit *, SDep>, 8> DepsAdded; in swapAntiDependences() local1635 DepsAdded.push_back(std::make_pair(&SU, Pred)); in swapAntiDependences()1637 for (std::pair<SUnit *, SDep> &P : DepsAdded) { in swapAntiDependences()