Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfRadixTree.h38 std::optional<FrameId> LastUnmappedId; member
53 LastUnmappedId = Id; in operator()
62 std::optional<CallStackId> LastUnmappedId; member
81 LastUnmappedId = CSId; in operator()
H A DMemProfReader.h75 if (CSIdConv.LastUnmappedId)
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1443 if (CSIdConv.LastUnmappedId) { in getMemProfRecordV2()
1447 Twine(*CSIdConv.LastUnmappedId)); in getMemProfRecordV2()
1451 if (FrameIdConv.LastUnmappedId) { in getMemProfRecordV2()
1454 Twine(*FrameIdConv.LastUnmappedId)); in getMemProfRecordV2()