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 | 594 bool ProfAccForSymsInList; member in __anon71830f180111::SampleProfileLoader 1137 assert((!ProfAccForSymsInList || in inlineHotFunctions() 1164 if (callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions() 1199 if (!callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions() 1412 assert((!ProfAccForSymsInList || in inlineHotFunctionsWithPriority() 1979 ProfAccForSymsInList = in doInitialization() 1981 if (ProfAccForSymsInList) { in doInitialization() 2229 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction() 2236 ProfAccForSymsInList = false; in runOnFunction() 2238 CoverageTracker.setProfAccForSymsInList(ProfAccForSymsInList); in runOnFunction() [all …]
|