Home
last modified time | relevance | path

Searched refs:shouldVerifyFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h66 bool shouldVerifyFunction(const Function *F);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp72 bool PseudoProbeVerifier::shouldVerifyFunction(const Function *F) { in shouldVerifyFunction() function in PseudoProbeVerifier
123 if (!shouldVerifyFunction(F)) in runAfterPass()