Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h133 virtual bool hasMemoryProfile() const = 0;
279 bool hasMemoryProfile() const override { in hasMemoryProfile() function
390 bool hasMemoryProfile() const override { in hasMemoryProfile() function
550 virtual bool hasMemoryProfile() const = 0;
620 bool hasMemoryProfile() const override { in hasMemoryProfile() function
738 bool hasMemoryProfile() const override { return Index->hasMemoryProfile(); } in hasMemoryProfile() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp1035 if (!MemProfReader->hasMemoryProfile()) { in run()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1465 if (PGOReader->isIRLevelProfile() || PGOReader->hasMemoryProfile()) { in setPGOUseInstrumentor()