Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h94 virtual bool hasCSIRLevelProfile() const = 0;
182 bool hasCSIRLevelProfile() const override { return HasCSIRLevelProfile; } in hasCSIRLevelProfile() function
246 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
389 virtual bool hasCSIRLevelProfile() const = 0;
435 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
493 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
494 return Index->hasCSIRLevelProfile(); in hasCSIRLevelProfile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1821 if (!PGOReader->hasCSIRLevelProfile() && IsCS) in annotateAllFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp254 bool HasCSIRProfile = Reader->hasCSIRLevelProfile(); in loadInput()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1298 if (PGOReader->hasCSIRLevelProfile()) in setPGOUseInstrumentor()