Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h116 virtual bool isIRLevelProfile() const = 0;
231 bool isIRLevelProfile() const override { in isIRLevelProfile() function
327 bool isIRLevelProfile() const override { in isIRLevelProfile() function
496 virtual bool isIRLevelProfile() const = 0;
548 bool isIRLevelProfile() const override { in isIRLevelProfile() function
634 bool isIRLevelProfile() const override { return Index->isIRLevelProfile(); } in isIRLevelProfile() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2385 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile()
2411 if (Reader->isIRLevelProfile()) { in showInstrProfile()
2534 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2090 if (!PGOReader->isIRLevelProfile() && !PGOReader->hasMemoryProfile()) { in annotateAllFunctions()
2142 if (!PGOReader->isIRLevelProfile()) in annotateAllFunctions()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1219 if (isIRLevelProfile()) { in accumulateCounts()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1322 if (PGOReader->isIRLevelProfile() || PGOReader->hasMemoryProfile()) { in setPGOUseInstrumentor()