Lines Matching refs:ContextStack
1082 extractPrefixContextStack(SampleContextFrameVector &ContextStack, in extractPrefixContextStack() argument
1106 Binary->getInlineContextForProbe(P, ContextStack, true); in extractPrefixContextStack()
1116 SampleContextFrameVector ContextStack; in generateProbeBasedProfile() local
1117 extractPrefixContextStack(ContextStack, CtxKey->Context, Binary); in generateProbeBasedProfile()
1120 populateBodySamplesWithProbes(CI.second.RangeCounter, ContextStack); in generateProbeBasedProfile()
1122 populateBoundarySamplesWithProbes(CI.second.BranchCounter, ContextStack); in generateProbeBasedProfile()
1127 const RangeSample &RangeCounter, SampleContextFrames ContextStack) { in populateBodySamplesWithProbes() argument
1144 getContextNodeForLeafProbe(ContextStack, Probe); in populateBodySamplesWithProbes()
1188 const BranchSample &BranchCounter, SampleContextFrames ContextStack) { in populateBoundarySamplesWithProbes() argument
1199 getFunctionProfileForLeafProbe(ContextStack, CallProbe); in populateBoundarySamplesWithProbes()
1211 SampleContextFrames ContextStack, const MCDecodedPseudoProbe *LeafProbe) { in getContextNodeForLeafProbe() argument
1214 SampleContextFrameVector NewContextStack(ContextStack.begin(), in getContextNodeForLeafProbe()
1215 ContextStack.end()); in getContextNodeForLeafProbe()
1237 SampleContextFrames ContextStack, const MCDecodedPseudoProbe *LeafProbe) { in getFunctionProfileForLeafProbe() argument
1238 return *getContextNodeForLeafProbe(ContextStack, LeafProbe) in getFunctionProfileForLeafProbe()