Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h67 CallStackIdConverter<decltype(MemProfData.CallStacks)> CSIdConv(
73 IndexedRecord.toMemProfRecord(CSIdConv),
75 if (CSIdConv.LastUnmappedId)
H A DMemProfRadixTree.h222 CSIdConv(MemProfData.CallStacks, FrameIdConv) {} in IndexedCallstackIdConverter()
231 std::vector<Frame> operator()(CallStackId CSId) { return CSIdConv(CSId); } in operator()
234 CallStackIdConverter<decltype(IndexedMemProfData::CallStacks)> CSIdConv; member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1437 memprof::CallStackIdConverter<MemProfCallStackHashTable> CSIdConv( in getMemProfRecordV2() local
1440 memprof::MemProfRecord Record = IndexedRecord.toMemProfRecord(CSIdConv); in getMemProfRecordV2()
1443 if (CSIdConv.LastUnmappedId) { in getMemProfRecordV2()
1447 Twine(*CSIdConv.LastUnmappedId)); in getMemProfRecordV2()
1489 memprof::LinearCallStackIdConverter CSIdConv(CallStackBase, FrameIdConv); in getMemProfRecord() local
1490 memprof::MemProfRecord Record = IndexedRecord.toMemProfRecord(CSIdConv); in getMemProfRecord()