Home
last modified time | relevance | path

Searched refs:DepsAdded (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1193 SmallVector<std::pair<SUnit *, SDep>, 8> DepsAdded; in swapAntiDependences() local
1197 DepsAdded.push_back(std::make_pair(&SU, Pred)); in swapAntiDependences()
1199 for (std::pair<SUnit *, SDep> &P : DepsAdded) { in swapAntiDependences()