Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h122 virtual bool hasCSIRLevelProfile() const = 0;
262 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
374 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
546 virtual bool hasCSIRLevelProfile() const = 0;
604 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
724 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
725 return Index->hasCSIRLevelProfile(); in hasCSIRLevelProfile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2077 if (!PGOReader->hasCSIRLevelProfile() && IsCS) in annotateAllFunctions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1466 if (PGOReader->hasCSIRLevelProfile()) in setPGOUseInstrumentor()