HomeSort by: relevance | last modified time | path
    Searched refs:ProfAccForSymsInList (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SampleProfileLoaderBaseUtil.h 56 void setProfAccForSymsInList(bool V) { ProfAccForSymsInList = V; }
89 bool ProfAccForSymsInList = false;
94 bool ProfAccForSymsInList);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SampleProfileLoaderBaseUtil.cpp 57 bool ProfAccForSymsInList) {
63 if (ProfAccForSymsInList)
103 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList))
122 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList))
143 if (callsiteIsHot(CalleeSamples, PSI, ProfAccForSymsInList))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp 461 bool ProfAccForSymsInList;
1027 // ProfAccForSymsInList is used in callsiteIsHot. The assertion makes sure
1029 assert((!ProfAccForSymsInList ||
1032 "ProfAccForSymsInList should be false when profile-sample-accurate "
1054 if (callsiteIsHot(FS, PSI, ProfAccForSymsInList))
1088 if (!callsiteIsHot(FS, PSI, ProfAccForSymsInList))
1305 // ProfAccForSymsInList is used in callsiteIsHot. The assertion makes sure
1307 assert((!ProfAccForSymsInList ||
1310 "ProfAccForSymsInList should be false when profile-sample-accurate "
1781 ProfAccForSymsInList
    [all...]

Completed in 25 milliseconds