Searched refs:IdToFirstTimestamp (Results 1 – 1 of 1) sorted by relevance
1077 DenseMap<IDT, size_t> IdToFirstTimestamp; in createBPFunctionNodes() local1087 auto [It, WasInserted] = IdToFirstTimestamp.try_emplace(Id, Timestamp); in createBPFunctionNodes()1123 return std::make_pair(IdToFirstTimestamp[L.Id], L.Id) < in createBPFunctionNodes()1124 std::make_pair(IdToFirstTimestamp[R.Id], R.Id); in createBPFunctionNodes()