Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachinePipeliner.cpp1150 SmallVector<std::pair<SUnit *, SDep>, 8> DepsAdded; in swapAntiDependences() local
1154 DepsAdded.push_back(std::make_pair(&SU, Pred)); in swapAntiDependences()
1156 for (std::pair<SUnit *, SDep> &P : DepsAdded) { in swapAntiDependences()