Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp170 bool TooFewInstrs = MICount < XRayThreshold; in runOnMachineFunction() local
192 if (MLI->empty() && TooFewInstrs) in runOnMachineFunction()
194 } else if (TooFewInstrs) { in runOnMachineFunction()