Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h91 virtual bool hasCSIRLevelProfile() const = 0;
179 bool hasCSIRLevelProfile() const override { return HasCSIRLevelProfile; } in hasCSIRLevelProfile() function
239 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
382 virtual bool hasCSIRLevelProfile() const = 0;
428 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
486 bool hasCSIRLevelProfile() const override { in hasCSIRLevelProfile() function
487 return Index->hasCSIRLevelProfile(); in hasCSIRLevelProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1821 if (!PGOReader->hasCSIRLevelProfile() && IsCS) in annotateAllFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp253 bool HasCSIRProfile = Reader->hasCSIRLevelProfile(); in loadInput()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1298 if (PGOReader->hasCSIRLevelProfile()) in setPGOUseInstrumentor()