Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h122 virtual bool hasCSIRLevelProfile() const = 0;
262 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
370 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
542 virtual bool hasCSIRLevelProfile() const = 0;
598 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
685 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
686 return Index->hasCSIRLevelProfile(); in hasCSIRLevelProfile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1984 if (!PGOReader->hasCSIRLevelProfile() && IsCS) in annotateAllFunctions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1442 if (PGOReader->hasCSIRLevelProfile()) in setPGOUseInstrumentor()