Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp169 bool TooFewInstrs = MICount < XRayThreshold; in runOnMachineFunction() local
194 if (MLI->empty() && TooFewInstrs) in runOnMachineFunction()
196 } else if (TooFewInstrs) { in runOnMachineFunction()