Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h92 virtual bool isIRLevelProfile() const = 0;
180 bool isIRLevelProfile() const override { return IsIRLevelProfile; } in isIRLevelProfile() function
242 bool isIRLevelProfile() const override { in isIRLevelProfile() function
388 virtual bool isIRLevelProfile() const = 0;
431 bool isIRLevelProfile() const override { in isIRLevelProfile() function
492 bool isIRLevelProfile() const override { return Index->isIRLevelProfile(); } in isIRLevelProfile() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp253 bool IsIRProfile = Reader->isIRLevelProfile(); in loadInput()
2083 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile()
2109 if (Reader->isIRLevelProfile()) { in showInstrProfile()
2209 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp957 if (isIRLevelProfile()) { in accumulateCounts()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1825 if (!PGOReader->isIRLevelProfile()) { in annotateAllFunctions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1297 if (PGOReader->isIRLevelProfile()) { in setPGOUseInstrumentor()