Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp326 bool ShowDetailedSummary, in showInstrProfile() argument
333 if (ShowDetailedSummary && Cutoffs.empty()) { in showInstrProfile()
428 if (ShowDetailedSummary) { in showInstrProfile()
476 cl::opt<bool> ShowDetailedSummary("detailed-summary", cl::init(false), in show_main() local
514 ShowDetailedSummary, DetailedSummaryCutoffs, in show_main()
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp1978 bool ShowMemOPSizes, bool ShowDetailedSummary, in showInstrProfile() argument
1986 if (ShowDetailedSummary && Cutoffs.empty()) { in showInstrProfile()
2160 if (ShowDetailedSummary) { in showInstrProfile()
2312 bool ShowAllFunctions, bool ShowDetailedSummary, in showSampleProfile() argument
2344 if (ShowDetailedSummary) { in showSampleProfile()
2372 cl::opt<bool> ShowDetailedSummary("detailed-summary", cl::init(false), in show_main() local
2439 ShowDetailedSummary, DetailedSummaryCutoffs, in show_main()
2444 ShowDetailedSummary, ShowFunction, in show_main()