Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1523 MapVector<MachineOperand, std::pair<bool, unsigned>> NewLocations; in rewriteLocations() local
1559 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations()
1560 unsigned NewLocNo = std::distance(NewLocations.begin(), InsertResult.first); in rewriteLocations()
1567 for (auto &Pair : NewLocations) { in rewriteLocations()
1573 unsigned NewLocNo = std::distance(&*NewLocations.begin(), &Pair); in rewriteLocations()