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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp475 bool ProfAccForSymsInList; member in class:__anon4552::SampleProfileLoader
549 if (ProfAccForSymsInList)
977 // ProfAccForSymsInList is used in callsiteIsHot. The assertion makes sure
979 assert((!ProfAccForSymsInList ||
982 "ProfAccForSymsInList should be false when profile-sample-accurate "
1838 ProfAccForSymsInList =
1840 if (ProfAccForSymsInList) {
1926 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL;
1933 ProfAccForSymsInList = false;
1940 if (ProfAccForSymsInList) {
[all...]

Completed in 61 milliseconds