Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h93 bool profileIsValid(const Function &F, const FunctionSamples &Samples) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp197 bool PseudoProbeManager::profileIsValid(const Function &F, in profileIsValid() function in PseudoProbeManager
H A DSampleProfile.cpp1583 if (!ProbeManager->profileIsValid(F, *Samples)) { in emitAnnotations()