Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp174 LastProbeId = (uint32_t)PseudoProbeReservedId::Last; in SampleProfileProber()
308 BlockProbeIds[&BB] = ++LastProbeId; in computeProbeId()
318 if (LastProbeId >= 0xFFFF) { in computeProbeId()
326 CallProbeIds[&I] = ++LastProbeId; in computeProbeId()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h113 uint32_t LastProbeId; variable