Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1034 void insertTransferDebugPair(MachineInstr &MI, OpenRangesSet &OpenRanges,
1040 void transferDebugValue(const MachineInstr &MI, OpenRangesSet &OpenRanges,
1044 void transferSpillOrRestoreInst(MachineInstr &MI, OpenRangesSet &OpenRanges,
1047 OpenRangesSet &OpenRanges,
1050 void removeEntryValue(const MachineInstr &MI, OpenRangesSet &OpenRanges,
1054 void emitEntryValues(MachineInstr &MI, OpenRangesSet &OpenRanges,
1060 OpenRangesSet &OpenRanges, VarLocMap &VarLocIDs);
1061 void transferRegisterCopy(MachineInstr &MI, OpenRangesSet &OpenRanges,
1063 void transferRegisterDef(MachineInstr &MI, OpenRangesSet &OpenRanges,
1067 void transferWasmDef(MachineInstr &MI, OpenRangesSet &OpenRanges,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp32 llvm::SmallVector<Annotation, 8> OpenRanges; in Annotations() local
45 OpenRanges.push_back( in Annotations()
53 Require(!OpenRanges.empty(), "unmatched ]]"); in Annotations()
55 const Annotation &NewRange = OpenRanges.back(); in Annotations()
60 OpenRanges.pop_back(); in Annotations()
80 Require(OpenRanges.empty(), "unmatched [["); in Annotations()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1704 SmallVector<OpenRange, 4> OpenRanges; in buildLocationList() local
1714 erase_if(OpenRanges, [&](OpenRange &R) { return R.first <= Index; }); in buildLocationList()
1751 OpenRanges.emplace_back(EI->getEndIndex(), Value); in buildLocationList()
1766 if (OpenRanges.empty()) in buildLocationList()
1776 for (auto &R : OpenRanges) in buildLocationList()