Home
last modified time | relevance | path

Searched refs:isIRLevelProfile (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h78 virtual bool isIRLevelProfile() const = 0;
163 bool isIRLevelProfile() const override { return IsIRLevelProfile; } in isIRLevelProfile() function
219 bool isIRLevelProfile() const override { in isIRLevelProfile() function
361 virtual bool isIRLevelProfile() const = 0;
403 bool isIRLevelProfile() const override { in isIRLevelProfile() function
460 bool isIRLevelProfile() const override { return Index->isIRLevelProfile(); } in isIRLevelProfile() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp917 if (isIRLevelProfile()) { in accumulateCounts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1548 if (!PGOReader->isIRLevelProfile()) { in annotateAllFunctions()