Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1320 OpenRanges.erase(EmittedEV); in cleanupEntryValueTransfers()
1390 OpenRanges.erase(EntryVL); in removeEntryValue()
1427 OpenRanges.erase(VL); in transferDebugValue()
1431 OpenRanges.insert(IDs, VL); in transferDebugValue()
1439 OpenRanges.erase(VL); in transferDebugValue()
1513 OpenRanges.erase(VL); in insertTransferDebugPair()
1517 OpenRanges.insert(LocIds, VL); in insertTransferDebugPair()
1524 OpenRanges.erase(VarLocIDs[OldVarID]); in insertTransferDebugPair()
1883 OpenRanges.erase(VL); in transferRegisterCopy()
1930 VLS = OpenRanges.getVarLocs(); in transferTerminator()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1694 SmallVector<OpenRange, 4> OpenRanges; in buildLocationList() local
1704 erase_if(OpenRanges, [&](OpenRange &R) { return R.first <= Index; }); in buildLocationList()
1741 OpenRanges.emplace_back(EI->getEndIndex(), Value); in buildLocationList()
1756 if (OpenRanges.empty()) in buildLocationList()
1766 for (auto &R : OpenRanges) in buildLocationList()