Home
last modified time | relevance | path

Searched refs:isFunctionHotInCallGraphNthPercentile (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp62 bool isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() function
85 static bool isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() function
90 return machine_size_opts_detail::isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSizeOpts.cpp57 static bool isFunctionHotInCallGraphNthPercentile(int CutOff, in isFunctionHotInCallGraphNthPercentile() function
61 return PSI->isFunctionHotInCallGraphNthPercentile(CutOff, F, BFI); in isFunctionHotInCallGraphNthPercentile()
/external/llvm-project/llvm/lib/CodeGen/
DMachineSizeOpts.cpp95 bool isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() function
130 static bool isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() function
135 return machine_size_opts_detail::isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile()
/external/llvm-project/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp256 EXPECT_TRUE(PSI.isFunctionHotInCallGraphNthPercentile(990000, F, BFI)); in TEST_F()
258 EXPECT_FALSE(PSI.isFunctionHotInCallGraphNthPercentile(10000, F, BFI)); in TEST_F()
286 EXPECT_FALSE(PSI.isFunctionHotInCallGraphNthPercentile(990000, F, BFI)); in TEST_F()
356 EXPECT_TRUE(PSI.isFunctionHotInCallGraphNthPercentile(990000, F, BFI)); in TEST_F()
358 EXPECT_FALSE(PSI.isFunctionHotInCallGraphNthPercentile(10000, F, BFI)); in TEST_F()
386 EXPECT_FALSE(PSI.isFunctionHotInCallGraphNthPercentile(990000, F, BFI)); in TEST_F()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSizeOpts.cpp67 static bool isFunctionHotInCallGraphNthPercentile(int CutOff, in isFunctionHotInCallGraphNthPercentile() function
71 return PSI->isFunctionHotInCallGraphNthPercentile(CutOff, F, BFI); in isFunctionHotInCallGraphNthPercentile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h61 return !AdapterT::isFunctionHotInCallGraphNthPercentile( in shouldFuncOptimizeForSizeImpl()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h69 return !AdapterT::isFunctionHotInCallGraphNthPercentile(PgsoCutoffInstrProf, in shouldFuncOptimizeForSizeImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h120 bool isFunctionHotInCallGraphNthPercentile(int PercentileCutoff,
/external/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h124 bool isFunctionHotInCallGraphNthPercentile(int PercentileCutoff,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp199 bool ProfileSummaryInfo::isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() function in ProfileSummaryInfo
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp243 bool ProfileSummaryInfo::isFunctionHotInCallGraphNthPercentile( in isFunctionHotInCallGraphNthPercentile() function in ProfileSummaryInfo