Searched refs:ProfAccForSymsInList (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseUtil.cpp | 57 bool ProfAccForSymsInList) { in callsiteIsHot() argument 63 if (ProfAccForSymsInList) in callsiteIsHot() 103 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList)) in countUsedRecords() 122 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList)) in countBodyRecords() 143 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList)) in countBodySamples()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseUtil.h | 58 void setProfAccForSymsInList(bool V) { ProfAccForSymsInList = V; } in setProfAccForSymsInList() 91 bool ProfAccForSymsInList = false; variable 96 bool ProfAccForSymsInList);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 464 bool ProfAccForSymsInList; member in __anon4c1bc6cc0111::SampleProfileLoader 1026 assert((!ProfAccForSymsInList || in inlineHotFunctions() 1051 if (callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions() 1085 if (!callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions() 1308 assert((!ProfAccForSymsInList || in inlineHotFunctionsWithPriority() 1785 ProfAccForSymsInList = in doInitialization() 1787 if (ProfAccForSymsInList) { in doInitialization() 1922 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction() 1929 ProfAccForSymsInList = false; in runOnFunction() 1931 CoverageTracker.setProfAccForSymsInList(ProfAccForSymsInList); in runOnFunction() [all …]
|