Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp1052 MapVector<MachineOperand, bool> NewLocations; in rewriteLocations() local
1079 auto InsertResult = NewLocations.insert({Loc, Spilled}); in rewriteLocations()
1080 unsigned NewLocNo = std::distance(NewLocations.begin(), InsertResult.first); in rewriteLocations()
1087 SpilledLocations.resize(NewLocations.size()); in rewriteLocations()
1088 for (auto &Pair : NewLocations) { in rewriteLocations()
1091 unsigned NewLocNo = std::distance(&*NewLocations.begin(), &Pair); in rewriteLocations()