Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp150 unsigned XRayThreshold = 0; in runOnMachineFunction() local
154 if (Attr.getValueAsString().getAsInteger(10, XRayThreshold)) in runOnMachineFunction()
181 if (MLI->empty() && MICount < XRayThreshold) in runOnMachineFunction()