Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h93 bool profileIsValid(const Function &F, const FunctionSamples &Samples) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp196 bool PseudoProbeManager::profileIsValid(const Function &F, in profileIsValid() function in PseudoProbeManager
H A DSampleProfile.cpp1784 if (!ProbeManager->profileIsValid(F, *Samples)) { in emitAnnotations()
2063 if (!ProbeManager->profileIsValid(F, FS)) { in detectProfileMismatch()