Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h106 virtual bool isIRLevelProfile() const = 0;
215 bool isIRLevelProfile() const override { in isIRLevelProfile() function
301 bool isIRLevelProfile() const override { in isIRLevelProfile() function
464 virtual bool isIRLevelProfile() const = 0;
515 bool isIRLevelProfile() const override { in isIRLevelProfile() function
593 bool isIRLevelProfile() const override { return Index->isIRLevelProfile(); } in isIRLevelProfile() function
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2156 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile()
2182 if (Reader->isIRLevelProfile()) { in showInstrProfile()
2287 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1141 if (isIRLevelProfile()) { in accumulateCounts()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1765 if (!PGOReader->isIRLevelProfile()) { in annotateAllFunctions()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1310 if (PGOReader->isIRLevelProfile()) { in setPGOUseInstrumentor()