Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1026 DenseMap<IDT, UtilityNodeT> IdToFirstUN; in createBPFunctionNodes() local
1042 IdToFirstUN.try_emplace(Id, MaxUN); in createBPFunctionNodes()
1044 for (auto &[Id, FirstUN] : IdToFirstUN) in createBPFunctionNodes()
1048 IdToFirstUN.clear(); in createBPFunctionNodes()