Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h537 SmallVector<MCPseduoProbeFrameLocation, 16> ProbeInlineContext; variable
538 ProbeDecoder.getInlineContextForProbe(Probe, ProbeInlineContext,
540 for (uint32_t I = 0; I < ProbeInlineContext.size(); I++) {
541 auto &Callsite = ProbeInlineContext[I];
543 if (Callsite.second == 0 && I != ProbeInlineContext.size() - 1) {