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 DMemProf.h818 std::optional<FrameId> LastUnmappedId; member
833 LastUnmappedId = Id; in operator()
842 std::optional<CallStackId> LastUnmappedId; member
861 LastUnmappedId = CSId; in operator()
H A DMemProfReader.h87 if (CSIdConv.LastUnmappedId)
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1550 if (FrameIdConv.LastUnmappedId) { in getMemProfRecordV0()
1553 Twine(*FrameIdConv.LastUnmappedId)); in getMemProfRecordV0()
1572 if (CSIdConv.LastUnmappedId) { in getMemProfRecordV2()
1576 Twine(*CSIdConv.LastUnmappedId)); in getMemProfRecordV2()
1580 if (FrameIdConv.LastUnmappedId) { in getMemProfRecordV2()
1583 Twine(*FrameIdConv.LastUnmappedId)); in getMemProfRecordV2()