Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp259 const SampleContextFrameVector &ExpandedContext = in getExpandedContext() local
263 if (ExpandedContext.empty()) in getExpandedContext()
267 WasLeafInlined = (ExpandedContext.size() > 1); in getExpandedContext()
268 ContextVec.append(ExpandedContext); in getExpandedContext()