Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp1214 SampleContextFrameVector NewContextStack(ContextStack.begin(), in getContextNodeForLeafProbe() local
1216 Binary->getInlineContextForProbe(LeafProbe, NewContextStack, true); in getContextNodeForLeafProbe()
1220 auto LeafFrame = NewContextStack.back(); in getContextNodeForLeafProbe()
1222 NewContextStack.pop_back(); in getContextNodeForLeafProbe()
1224 CSProfileGenerator::compressRecursionContext(NewContextStack); in getContextNodeForLeafProbe()
1225 CSProfileGenerator::trimContext(NewContextStack); in getContextNodeForLeafProbe()
1226 NewContextStack.push_back(LeafFrame); in getContextNodeForLeafProbe()
1231 getOrCreateContextNode(NewContextStack, WasLeafInlined); in getContextNodeForLeafProbe()