Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h118 virtual bool hasCSIRLevelProfile() const = 0;
235 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
331 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
497 virtual bool hasCSIRLevelProfile() const = 0;
552 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
635 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
636 return Index->hasCSIRLevelProfile(); in hasCSIRLevelProfile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2086 if (!PGOReader->hasCSIRLevelProfile() && IsCS) in annotateAllFunctions()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1323 if (PGOReader->hasCSIRLevelProfile()) in setPGOUseInstrumentor()