Searched refs:isFunctionColdInCallGraphNthPercentile (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineSizeOpts.cpp | 110 bool isFunctionColdInCallGraphNthPercentile( in isFunctionColdInCallGraphNthPercentile() function 138 static bool isFunctionColdInCallGraphNthPercentile( in isFunctionColdInCallGraphNthPercentile() function 141 return machine_size_opts_detail::isFunctionColdInCallGraphNthPercentile( in isFunctionColdInCallGraphNthPercentile()
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | ProfileSummaryInfoTest.cpp | 257 EXPECT_FALSE(PSI.isFunctionColdInCallGraphNthPercentile(990000, F, BFI)); in TEST_F() 259 EXPECT_TRUE(PSI.isFunctionColdInCallGraphNthPercentile(10000, F, BFI)); in TEST_F() 287 EXPECT_FALSE(PSI.isFunctionColdInCallGraphNthPercentile(990000, F, BFI)); in TEST_F() 357 EXPECT_FALSE(PSI.isFunctionColdInCallGraphNthPercentile(990000, F, BFI)); in TEST_F() 359 EXPECT_TRUE(PSI.isFunctionColdInCallGraphNthPercentile(10000, F, BFI)); in TEST_F() 387 EXPECT_FALSE(PSI.isFunctionColdInCallGraphNthPercentile(990000, F, BFI)); in TEST_F()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SizeOpts.cpp | 73 static bool isFunctionColdInCallGraphNthPercentile(int CutOff, in isFunctionColdInCallGraphNthPercentile() function 77 return PSI->isFunctionColdInCallGraphNthPercentile(CutOff, F, BFI); in isFunctionColdInCallGraphNthPercentile()
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | SizeOpts.h | 67 return AdapterT::isFunctionColdInCallGraphNthPercentile( in shouldFuncOptimizeForSizeImpl()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 129 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff,
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 249 bool ProfileSummaryInfo::isFunctionColdInCallGraphNthPercentile( in isFunctionColdInCallGraphNthPercentile() function in ProfileSummaryInfo
|