Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp571 bool ProfAccForSymsInList; member in __anon75a028af0111::SampleProfileLoader
1141 assert((!ProfAccForSymsInList || in inlineHotFunctions()
1168 if (callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions()
1203 if (!callsiteIsHot(FS, PSI, ProfAccForSymsInList)) in inlineHotFunctions()
1415 assert((!ProfAccForSymsInList || in inlineHotFunctionsWithPriority()
1977 ProfAccForSymsInList = in doInitialization()
1979 if (ProfAccForSymsInList) { in doInitialization()
2271 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction()
2278 ProfAccForSymsInList = false; in runOnFunction()
2280 CoverageTracker.setProfAccForSymsInList(ProfAccForSymsInList); in runOnFunction()
[all …]