Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DXRayInstrumentation.cpp169 bool TooFewInstrs = MICount < XRayThreshold; in runOnMachineFunction() local
191 if (MLI->empty() && TooFewInstrs) in runOnMachineFunction()
193 } else if (TooFewInstrs) { in runOnMachineFunction()