HomeSort by: relevance | last modified time | path
    Searched defs:ProfileIsCS (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp 42 bool FunctionSamples::ProfileIsCS = false;
SampleProfReader.cpp 341 ProfileIsCS = (CSProfileCount > 0);
346 FunctionSamples::ProfileIsCS = ProfileIsCS;
597 FunctionSamples::ProfileIsCS = ProfileIsCS = true;
711 } else if (FunctionSamples::ProfileIsCS) {
768 assert(ProfileIsCS == (CSProfileCount > 0) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 447 bool profileIsCS() const { return ProfileIsCS; }
503 bool ProfileIsCS = false;
SampleProf.h 586 if (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased)
659 if (FunctionSamples::ProfileIsCS && getHeadSamples()) {
778 return FunctionSamples::ProfileIsCS ? Context.getNameWithContext() : Name;
880 static bool ProfileIsCS;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp 216 FunctionSamples::ProfileIsCS = true;
447 FunctionSamples::ProfileIsCS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp 421 bool ProfileIsCS = false;
538 if (!ProfileIsCS)
583 if (!ProfileIsCS)
637 if (ProfileIsCS)
669 if (ProfileIsCS) {
722 if (ProfileIsCS)
965 if (!ProfileIsCS) {
1052 if (FS->getEntrySamples() > 0 || ProfileIsCS)
1114 if (ProfileIsCS)
1196 if (ProfileIsCS)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 678 Optional<bool> ProfileIsCS;
704 if (ProfileIsCS.hasValue() && ProfileIsCS != FunctionSamples::ProfileIsCS)
706 ProfileIsCS = FunctionSamples::ProfileIsCS;
729 if (ProfileIsCS && (SampleMergeColdContext || SampleTrimColdContext)) {
1880 if (BaseReader->profileIsCS() != TestReader->profileIsCS())

Completed in 25 milliseconds