Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h133 virtual bool hasMemoryProfile() const = 0;
279 bool hasMemoryProfile() const override { in hasMemoryProfile() function
386 bool hasMemoryProfile() const override { in hasMemoryProfile() function
546 virtual bool hasMemoryProfile() const = 0;
614 bool hasMemoryProfile() const override { in hasMemoryProfile() function
699 bool hasMemoryProfile() const override { return Index->hasMemoryProfile(); } in hasMemoryProfile() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp908 if (!MemProfReader->hasMemoryProfile()) { in run()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1441 if (PGOReader->isIRLevelProfile() || PGOReader->hasMemoryProfile()) { in setPGOUseInstrumentor()