Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1522 MapVector<MachineOperand, std::pair<bool, unsigned>> NewLocations; in rewriteLocations() local
1558 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations()
1559 unsigned NewLocNo = std::distance(NewLocations.begin(), InsertResult.first); in rewriteLocations()
1566 for (auto &Pair : NewLocations) { in rewriteLocations()
1572 unsigned NewLocNo = std::distance(&*NewLocations.begin(), &Pair); in rewriteLocations()