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.h124 virtual bool isIRLevelProfile() const = 0;
271 bool isIRLevelProfile() const override { in isIRLevelProfile() function
401 bool isIRLevelProfile() const override { in isIRLevelProfile() function
581 virtual bool isIRLevelProfile() const = 0;
637 bool isIRLevelProfile() const override { in isIRLevelProfile() function
781 bool isIRLevelProfile() const override { return Index->isIRLevelProfile(); } in isIRLevelProfile() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2860 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile()
2886 if (Reader->isIRLevelProfile()) { in showInstrProfile()
3020 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1642 if (isIRLevelProfile()) { in accumulateCounts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2186 if (!PGOReader->isIRLevelProfile()) { in annotateAllFunctions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1497 if (PGOReader->isIRLevelProfile() || PGOReader->hasMemoryProfile()) { in setPGOUseInstrumentor()