Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp280 auto LeafFrame = ContextVec.back(); in getExpandedContext() local
281 LeafFrame.Location = LineLocation(0, 0); in getExpandedContext()
285 ContextVec.push_back(LeafFrame); in getExpandedContext()
H A DProfileGenerator.cpp1220 auto LeafFrame = NewContextStack.back(); in getContextNodeForLeafProbe() local
1221 LeafFrame.Location = LineLocation(0, 0); in getContextNodeForLeafProbe()
1226 NewContextStack.push_back(LeafFrame); in getContextNodeForLeafProbe()