Home
last modified time | relevance | path

Searched refs:hasCSIRLevelProfile (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h108 virtual bool hasCSIRLevelProfile() const = 0;
219 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
305 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
465 virtual bool hasCSIRLevelProfile() const = 0;
519 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
594 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
595 return Index->hasCSIRLevelProfile(); in hasCSIRLevelProfile()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1761 if (!PGOReader->hasCSIRLevelProfile() && IsCS) in annotateAllFunctions()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1311 if (PGOReader->hasCSIRLevelProfile()) in setPGOUseInstrumentor()