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.cpp1077 DenseMap<IDT, size_t> IdToFirstTimestamp; in createBPFunctionNodes() local
1087 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()