Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp128 ProbeFrameStack ProbeContext; in trackInlineesOptimizedAway() local
130 trackInlineesOptimizedAway(ProbeDecoder, *Child.second.get(), ProbeContext); in trackInlineesOptimizedAway()
135 MCDecodedPseudoProbeInlineTree &ProbeNode, ProbeFrameStack &ProbeContext) { in trackInlineesOptimizedAway() argument
138 ProbeContext.emplace_back(FuncName, 0); in trackInlineesOptimizedAway()
144 for (auto &ProbeFrame : reverse(ProbeContext)) { in trackInlineesOptimizedAway()
157 ProbeContext.back().second = std::get<1>(Location); in trackInlineesOptimizedAway()
159 ProbeContext); in trackInlineesOptimizedAway()
162 ProbeContext.pop_back(); in trackInlineesOptimizedAway()
925 BinarySizeContextTracker::ProbeFrameStack ProbeContext; in computeInlinedContextSizeForFunc() local
927 ProbeContext); in computeInlinedContextSizeForFunc()