Searched refs:IdToFirstTimestamp (Results 1 – 1 of 1) sorted by relevance
1025 DenseMap<IDT, size_t> IdToFirstTimestamp; in createBPFunctionNodes() local1035 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()