Home
last modified time | relevance | path

Searched refs:ProfAccForSymsInList (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp65 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-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h52 void setProfAccForSymsInList(bool V) { ProfAccForSymsInList = V; } in setProfAccForSymsInList()
85 bool ProfAccForSymsInList = false; variable
90 bool ProfAccForSymsInList);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp634 bool ProfAccForSymsInList; member in __anon254a5ace0111::SampleProfileLoader
1185 assert((!ProfAccForSymsInList || in inlineHotFunctions()
1212 if (callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions()
1247 if (!callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions()
1459 assert((!ProfAccForSymsInList || in inlineHotFunctionsWithPriority()
2027 ProfAccForSymsInList = in doInitialization()
2029 if (ProfAccForSymsInList) { in doInitialization()
2617 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction()
2624 ProfAccForSymsInList = false; in runOnFunction()
2626 CoverageTracker.setProfAccForSymsInList(ProfAccForSymsInList); in runOnFunction()
[all …]