Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp69 bool ProfAccForSymsInList) { in callsiteIsHot() argument
75 if (ProfAccForSymsInList) in callsiteIsHot()
115 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList)) in countUsedRecords()
134 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList)) in countBodyRecords()
155 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList)) in countBodySamples()
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp536 bool ProfAccForSymsInList; member in __anonb9d8ce480111::SampleProfileLoader
1103 assert((!ProfAccForSymsInList || in inlineHotFunctions()
1130 if (callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions()
1165 if (!callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions()
1379 assert((!ProfAccForSymsInList || in inlineHotFunctionsWithPriority()
1944 ProfAccForSymsInList = in doInitialization()
1946 if (ProfAccForSymsInList) { in doInitialization()
2088 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction()
2095 ProfAccForSymsInList = false; in runOnFunction()
2097 CoverageTracker.setProfAccForSymsInList(ProfAccForSymsInList); in runOnFunction()
[all …]