Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h132 virtual bool hasMemoryProfile() const = 0;
252 bool hasMemoryProfile() const override { in hasMemoryProfile() function
351 bool hasMemoryProfile() const override { in hasMemoryProfile() function
501 virtual bool hasMemoryProfile() const = 0;
568 bool hasMemoryProfile() const override { in hasMemoryProfile() function
649 bool hasMemoryProfile() const override { return Index->hasMemoryProfile(); } in hasMemoryProfile() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2090 if (!PGOReader->isIRLevelProfile() && !PGOReader->hasMemoryProfile()) { in annotateAllFunctions()
2139 if (PGOReader->hasMemoryProfile()) in annotateAllFunctions()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1322 if (PGOReader->isIRLevelProfile() || PGOReader->hasMemoryProfile()) { in setPGOUseInstrumentor()