Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h89 virtual bool isIRLevelProfile() const = 0;
177 bool isIRLevelProfile() const override { return IsIRLevelProfile; } in isIRLevelProfile() function
235 bool isIRLevelProfile() const override { in isIRLevelProfile() function
381 virtual bool isIRLevelProfile() const = 0;
424 bool isIRLevelProfile() const override { in isIRLevelProfile() function
485 bool isIRLevelProfile() const override { return Index->isIRLevelProfile(); } in isIRLevelProfile() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp252 bool IsIRProfile = Reader->isIRLevelProfile(); in loadInput()
2054 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile()
2080 if (Reader->isIRLevelProfile()) { in showInstrProfile()
2180 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp924 if (isIRLevelProfile()) { in accumulateCounts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1825 if (!PGOReader->isIRLevelProfile()) { in annotateAllFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1297 if (PGOReader->isIRLevelProfile()) { in setPGOUseInstrumentor()