Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DXRayInstrumentation.cpp165 uint64_t MICount = 0; in runOnMachineFunction() local
167 MICount += MBB.size(); in runOnMachineFunction()
169 bool TooFewInstrs = MICount < XRayThreshold; in runOnMachineFunction()