Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp1372 SmallVector<std::pair<SUnit *, SDep>, 8> DepsAdded; in swapAntiDependences() local
1379 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()