Searched refs:ProfAccForSymsInList (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseUtil.h | 56 void setProfAccForSymsInList(bool V) { ProfAccForSymsInList = V; } in setProfAccForSymsInList() 89 bool ProfAccForSymsInList = false; variable 94 bool ProfAccForSymsInList);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 461 bool ProfAccForSymsInList; member in __anon1e220fe30111::SampleProfileLoader 1029 assert((!ProfAccForSymsInList || in inlineHotFunctions() 1054 if (callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions() 1088 if (!callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions() 1307 assert((!ProfAccForSymsInList || in inlineHotFunctionsWithPriority() 1781 ProfAccForSymsInList = in doInitialization() 1783 if (ProfAccForSymsInList) { in doInitialization() 1914 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction() 1921 ProfAccForSymsInList = false; in runOnFunction() 1923 CoverageTracker.setProfAccForSymsInList(ProfAccForSymsInList); in runOnFunction() [all …]
|