Searched refs:Cutoffs (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 56 ProfileSummaryBuilder(std::vector<uint32_t> Cutoffs) in ProfileSummaryBuilder() argument 57 : DetailedSummaryCutoffs(std::move(Cutoffs)) {} in ProfileSummaryBuilder() 75 InstrProfSummaryBuilder(std::vector<uint32_t> Cutoffs) in InstrProfSummaryBuilder() argument 76 : ProfileSummaryBuilder(std::move(Cutoffs)) {} in InstrProfSummaryBuilder() 84 SampleProfileSummaryBuilder(std::vector<uint32_t> Cutoffs) in SampleProfileSummaryBuilder() argument 85 : ProfileSummaryBuilder(std::move(Cutoffs)) {} in SampleProfileSummaryBuilder()
|
/external/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 56 ProfileSummaryBuilder(std::vector<uint32_t> Cutoffs) in ProfileSummaryBuilder() argument 57 : DetailedSummaryCutoffs(std::move(Cutoffs)), TotalCount(0), MaxCount(0), in ProfileSummaryBuilder() 76 InstrProfSummaryBuilder(std::vector<uint32_t> Cutoffs) in InstrProfSummaryBuilder() argument 77 : ProfileSummaryBuilder(std::move(Cutoffs)), MaxInternalBlockCount(0) {} in InstrProfSummaryBuilder() 86 SampleProfileSummaryBuilder(std::vector<uint32_t> Cutoffs) in SampleProfileSummaryBuilder() argument 87 : ProfileSummaryBuilder(std::move(Cutoffs)) {} in SampleProfileSummaryBuilder()
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 332 std::vector<uint32_t> Cutoffs = std::move(DetailedSummaryCutoffs); in showInstrProfile() local 333 if (ShowDetailedSummary && Cutoffs.empty()) { in showInstrProfile() 334 Cutoffs = {800000, 900000, 950000, 990000, 999000, 999900, 999990}; in showInstrProfile() 336 InstrProfSummaryBuilder Builder(std::move(Cutoffs)); in showInstrProfile() 510 std::vector<uint32_t> Cutoffs(DetailedSummaryCutoffs.begin(), in show_main() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 579 std::vector<uint32_t> Cutoffs = std::move(DetailedSummaryCutoffs); in showInstrProfile() local 580 if (ShowDetailedSummary && Cutoffs.empty()) { in showInstrProfile() 581 Cutoffs = {800000, 900000, 950000, 990000, 999000, 999900, 999990}; in showInstrProfile() 583 InstrProfSummaryBuilder Builder(std::move(Cutoffs)); in showInstrProfile() 805 std::vector<uint32_t> Cutoffs(DetailedSummaryCutoffs.begin(), in show_main() local
|