Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp341 SmallVector<unsigned, 8> toDel; in apply() local
345 toDel.push_back(r); in apply()
348 while (!toDel.empty()) { in apply()
349 Chains.remove(toDel.back()); in apply()
350 toDel.pop_back(); in apply()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp341 SmallVector<unsigned, 8> toDel; in apply() local
345 toDel.push_back(r); in apply()
348 while (!toDel.empty()) { in apply()
349 Chains.remove(toDel.back()); in apply()
350 toDel.pop_back(); in apply()