Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h120 virtual bool isIRLevelProfile() const = 0;
258 bool isIRLevelProfile() const override { in isIRLevelProfile() function
366 bool isIRLevelProfile() const override { in isIRLevelProfile() function
541 virtual bool isIRLevelProfile() const = 0;
594 bool isIRLevelProfile() const override { in isIRLevelProfile() function
684 bool isIRLevelProfile() const override { return Index->isIRLevelProfile(); } in isIRLevelProfile() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2705 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile()
2731 if (Reader->isIRLevelProfile()) { in showInstrProfile()
2854 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1480 if (isIRLevelProfile()) { in accumulateCounts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1988 if (!PGOReader->isIRLevelProfile()) { in annotateAllFunctions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1441 if (PGOReader->isIRLevelProfile() || PGOReader->hasMemoryProfile()) { in setPGOUseInstrumentor()