Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h120 virtual bool isIRLevelProfile() const = 0;
258 bool isIRLevelProfile() const override { in isIRLevelProfile() function
370 bool isIRLevelProfile() const override { in isIRLevelProfile() function
545 virtual bool isIRLevelProfile() const = 0;
600 bool isIRLevelProfile() const override { in isIRLevelProfile() function
723 bool isIRLevelProfile() const override { return Index->isIRLevelProfile(); } in isIRLevelProfile() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2764 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile()
2790 if (Reader->isIRLevelProfile()) { in showInstrProfile()
2924 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1711 if (isIRLevelProfile()) { in accumulateCounts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2081 if (!PGOReader->isIRLevelProfile()) { in annotateAllFunctions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1465 if (PGOReader->isIRLevelProfile() || PGOReader->hasMemoryProfile()) { in setPGOUseInstrumentor()