Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h95 bool profileIsValid(const Function &F, const FunctionSamples &Samples) const;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp196 bool PseudoProbeManager::profileIsValid(const Function &F, in profileIsValid() function in PseudoProbeManager
H A DSampleProfile.cpp1751 if (!ProbeManager->profileIsValid(F, *Samples)) { in emitAnnotations()