Searched refs:ProfAccForSymsInList (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseUtil.cpp | 65 bool ProfAccForSymsInList) { in callsiteIsHot() argument 71 if (ProfAccForSymsInList) in callsiteIsHot() 111 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList)) in countUsedRecords() 130 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList)) in countBodyRecords() 151 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList)) in countBodySamples()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseUtil.h | 52 void setProfAccForSymsInList(bool V) { ProfAccForSymsInList = V; } in setProfAccForSymsInList() 85 bool ProfAccForSymsInList = false; variable 90 bool ProfAccForSymsInList);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 591 bool ProfAccForSymsInList; member in __anon71830f180111::SampleProfileLoader 1138 assert((!ProfAccForSymsInList || in inlineHotFunctions() 1165 if (callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions() 1200 if (!callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions() 1412 assert((!ProfAccForSymsInList || in inlineHotFunctionsWithPriority() 1986 ProfAccForSymsInList = in doInitialization() 1988 if (ProfAccForSymsInList) { in doInitialization() 2250 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction() 2257 ProfAccForSymsInList = false; in runOnFunction() 2259 CoverageTracker.setProfAccForSymsInList(ProfAccForSymsInList); in runOnFunction() [all …]
|