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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp467 bool ProfAccForSymsInList; member in class:__anon5569::SampleProfileLoader
536 if (ProfAccForSymsInList)
970 // ProfAccForSymsInList is used in callsiteIsHot. The assertion makes sure
972 assert((!ProfAccForSymsInList ||
975 "ProfAccForSymsInList should be false when profile-sample-accurate "
1821 ProfAccForSymsInList =
1823 if (ProfAccForSymsInList) {
1907 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL;
1914 ProfAccForSymsInList = false;
1921 if (ProfAccForSymsInList) {
[all...]

Completed in 53 milliseconds