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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 444 bool profileIsProbeBased() const { return ProfileIsProbeBased; }
500 bool ProfileIsProbeBased = false;
  /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())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp 519 if (FunctionSamples::ProfileIsProbeBased)
550 assert(FunctionSamples::ProfileIsProbeBased &&
710 if (FunctionSamples::ProfileIsProbeBased) {
1459 if (FunctionSamples::ProfileIsProbeBased) {
1582 if (FunctionSamples::ProfileIsProbeBased) {
1815 if (Reader->profileIsProbeBased()) {

Completed in 20 milliseconds