Home
last modified time | relevance | path

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

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