Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1025 DenseMap<IDT, size_t> IdToFirstTimestamp; in createBPFunctionNodes() local
1035 auto [It, WasInserted] = IdToFirstTimestamp.try_emplace(Id, Timestamp); in createBPFunctionNodes()
1070 return std::make_pair(IdToFirstTimestamp[L.Id], L.Id) < in createBPFunctionNodes()
1071 std::make_pair(IdToFirstTimestamp[R.Id], R.Id); in createBPFunctionNodes()