Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp154 auto ThresholdAttr = F.getFnAttribute("xray-instruction-threshold"); in runOnMachineFunction() local
158 if (!ThresholdAttr.isStringAttribute()) in runOnMachineFunction()
160 if (ThresholdAttr.getValueAsString().getAsInteger(10, XRayThreshold)) in runOnMachineFunction()