Lines Matching defs:ProfAccForSymsInList
597 bool ProfAccForSymsInList;
1142 // ProfAccForSymsInList is used in callsiteIsHot. The assertion makes sure
1144 assert((!ProfAccForSymsInList ||
1147 "ProfAccForSymsInList should be false when profile-sample-accurate "
1171 if (callsiteIsHot(FS, PSI, ProfAccForSymsInList))
1206 if (!callsiteIsHot(FS, PSI, ProfAccForSymsInList))
1417 // ProfAccForSymsInList is used in callsiteIsHot. The assertion makes sure
1419 assert((!ProfAccForSymsInList ||
1422 "ProfAccForSymsInList should be false when profile-sample-accurate "
1993 ProfAccForSymsInList =
1995 if (ProfAccForSymsInList) {
2259 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL;
2266 ProfAccForSymsInList = false;
2268 CoverageTracker.setProfAccForSymsInList(ProfAccForSymsInList);
2274 if (ProfAccForSymsInList) {