Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp970 void insertTransferDebugPair(MachineInstr &MI, OpenRangesSet &OpenRanges,
976 void transferDebugValue(const MachineInstr &MI, OpenRangesSet &OpenRanges,
978 void transferSpillOrRestoreInst(MachineInstr &MI, OpenRangesSet &OpenRanges,
980 bool removeEntryValue(const MachineInstr &MI, OpenRangesSet &OpenRanges,
982 void emitEntryValues(MachineInstr &MI, OpenRangesSet &OpenRanges,
987 OpenRangesSet &OpenRanges, VarLocMap &VarLocIDs);
988 void transferRegisterCopy(MachineInstr &MI, OpenRangesSet &OpenRanges,
990 void transferRegisterDef(MachineInstr &MI, OpenRangesSet &OpenRanges,
992 bool transferTerminator(MachineBasicBlock *MBB, OpenRangesSet &OpenRanges,
995 void process(MachineInstr &MI, OpenRangesSet &OpenRanges,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DAnnotations.cpp31 llvm::SmallVector<std::pair<llvm::StringRef, size_t>, 8> OpenRanges; in Annotations() local
41 OpenRanges.emplace_back(Name.getValueOr(""), Code.size()); in Annotations()
47 Require(!OpenRanges.empty(), "unmatched ]]"); in Annotations()
49 R.Begin = OpenRanges.back().second; in Annotations()
51 Ranges[OpenRanges.back().first].push_back(R); in Annotations()
52 OpenRanges.pop_back(); in Annotations()
65 Require(OpenRanges.empty(), "unmatched [["); in Annotations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1668 SmallVector<OpenRange, 4> OpenRanges; in buildLocationList() local
1678 erase_if(OpenRanges, [&](OpenRange &R) { return R.first <= Index; }); in buildLocationList()
1715 OpenRanges.emplace_back(EI->getEndIndex(), Value); in buildLocationList()
1730 if (OpenRanges.empty()) in buildLocationList()
1740 for (auto &R : OpenRanges) in buildLocationList()