Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h614 enum OverlapStatsLevel { ProgramLevel, FunctionLevel }; enumerator
630 OverlapStats(OverlapStatsLevel L = ProgramLevel)
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1421 (Level == ProgramLevel ? "functions" : "edge counters"); in dump()
1422 if (Level == ProgramLevel) { in dump()