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