Searched refs:DepsAdded (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1372 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1465 SmallVector<std::pair<SUnit *, SDep>, 8> DepsAdded; in swapAntiDependences() local 1472 DepsAdded.push_back(std::make_pair(SU, *IP)); in swapAntiDependences() 1475 for (SmallVector<std::pair<SUnit *, SDep>, 8>::iterator I = DepsAdded.begin(), in swapAntiDependences() 1476 E = DepsAdded.end(); in swapAntiDependences()
|