Searched refs:XRayThreshold (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp153 unsigned int XRayThreshold = 0; local
158 if (ThresholdAttr.getValueAsString().getAsInteger(10, XRayThreshold))
168 bool TooFewInstrs = MICount < XRayThreshold;

Completed in 49 milliseconds