Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp31 bool IncludeEmpty) in PGOCtxProfileWriter() argument
33 IncludeEmpty(IncludeEmptyOpt.getNumOccurrences() > 0 ? IncludeEmptyOpt in PGOCtxProfileWriter()
34 : IncludeEmpty) { in PGOCtxProfileWriter()
108 if (!IncludeEmpty && (Node.counters_size() > 0 && Node.entrycount() == 0)) in writeNode()
140 if (!IncludeEmpty && (!TotalRootEntryCount || (RootNode.counters_size() > 0 && in writeContextual()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h82 const bool IncludeEmpty; variable
94 bool IncludeEmpty = false);