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

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp 41 bool FunctionSamples::ProfileIsProbeBased = false;
123 if (FunctionSamples::ProfileIsProbeBased &&
215 if (FunctionSamples::ProfileIsProbeBased)
SampleProfReader.cpp 344 ProfileIsProbeBased = (ProbeProfileCount > 0);
345 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased;
620 ProfileIsProbeBased =
622 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased;
972 if (ProfileIsProbeBased) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 444 bool profileIsProbeBased() const { return ProfileIsProbeBased; }
500 bool ProfileIsProbeBased = false;
SampleProf.h 586 if (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased)
592 if (FunctionSamples::ProfileIsProbeBased &&
878 static bool ProfileIsProbeBased;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp 446 FunctionSamples::ProfileIsProbeBased = true;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 677 Optional<bool> ProfileIsProbeBased;
699 if (ProfileIsProbeBased.hasValue() &&
700 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased)
703 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased;
1877 if (BaseReader->profileIsProbeBased() != TestReader->profileIsProbeBased())

Completed in 74 milliseconds