Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h66 virtual bool isIRLevelProfile() const = 0;
142 bool isIRLevelProfile() const override { return IsIRLevelProfile; } in isIRLevelProfile() function
196 bool isIRLevelProfile() const override { in isIRLevelProfile() function
318 virtual bool isIRLevelProfile() const = 0;
351 bool isIRLevelProfile() const override { in isIRLevelProfile() function
380 bool isIRLevelProfile() const override { return Index->isIRLevelProfile(); } in isIRLevelProfile() function
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp142 bool IsIRProfile = Reader->isIRLevelProfile(); in mergeInstrProfile()
341 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp874 if (!PGOReader->isIRLevelProfile()) { in annotateAllFunctions()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp414 if (PGOReader->isIRLevelProfile()) in setPGOUseInstrumentor()