Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h612 enum OverlapStatsLevel { ProgramLevel, FunctionLevel }; enumerator
628 OverlapStats(OverlapStatsLevel L = ProgramLevel)
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1226 (Level == ProgramLevel ? "functions" : "edge counters"); in dump()
1227 if (Level == ProgramLevel) { in dump()