HomeSort by relevance Sort by last modified time
    Searched refs:PGOName (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ProfileData/
InstrProf.h 537 StringRef PGOName = getFuncName(FuncMD5Hash);
538 size_t S = PGOName.find_first_of(':');
540 return PGOName;
541 return PGOName.drop_front(S + 1);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProf.h 587 StringRef PGOName = getFuncName(FuncMD5Hash);
588 size_t S = PGOName.find_first_of(':');
590 return PGOName;
591 return PGOName.drop_front(S + 1);
    [all...]
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
InstrProfTest.cpp     [all...]

Completed in 593 milliseconds