Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp124 ProbeFrameStack ProbeContext; in trackInlineesOptimizedAway() local
126 trackInlineesOptimizedAway(ProbeDecoder, *Child.second.get(), ProbeContext); in trackInlineesOptimizedAway()
131 MCDecodedPseudoProbeInlineTree &ProbeNode, ProbeFrameStack &ProbeContext) { in trackInlineesOptimizedAway() argument
134 ProbeContext.emplace_back(FuncName, 0); in trackInlineesOptimizedAway()
140 for (auto &ProbeFrame : reverse(ProbeContext)) { in trackInlineesOptimizedAway()
153 ProbeContext.back().second = std::get<1>(Location); in trackInlineesOptimizedAway()
155 ProbeContext); in trackInlineesOptimizedAway()
158 ProbeContext.pop_back(); in trackInlineesOptimizedAway()
842 BinarySizeContextTracker::ProbeFrameStack ProbeContext; in computeInlinedContextSizeForFunc() local
844 ProbeContext); in computeInlinedContextSizeForFunc()