Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp303 auto LeafFrame = ContextVec.back(); in getExpandedContext() local
304 LeafFrame.Location = LineLocation(0, 0); in getExpandedContext()
308 ContextVec.push_back(LeafFrame); in getExpandedContext()
H A DProfileGenerator.cpp1248 auto LeafFrame = NewContextStack.back(); in getContextNodeForLeafProbe() local
1249 LeafFrame.Location = LineLocation(0, 0); in getContextNodeForLeafProbe()
1254 NewContextStack.push_back(LeafFrame); in getContextNodeForLeafProbe()