Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp737 bool WasLeafInlined) { in getOrCreateFunctionSamples() argument
755 if (WasLeafInlined) in getOrCreateFunctionSamples()
762 bool WasLeafInlined) { in getOrCreateContextNode() argument
765 getOrCreateFunctionSamples(ContextNode, WasLeafInlined); in getOrCreateContextNode()
821 getOrCreateContextNode(CtxKey->Context, CtxKey->WasLeafInlined); in generateLineNumBasedProfile()
1229 bool WasLeafInlined = LeafProbe->getInlineTreeNode()->hasInlineSite(); in getContextNodeForLeafProbe() local
1231 getOrCreateContextNode(NewContextStack, WasLeafInlined); in getContextNodeForLeafProbe()
H A DPerfReader.h357 bool WasLeafInlined; member
358 StringBasedCtxKey() : ContextKey(CK_StringBased), WasLeafInlined(false){}; in StringBasedCtxKey()
377 bool WasLeafInlined; member
378 AddrBasedCtxKey() : ContextKey(CK_AddrBased), WasLeafInlined(false){}; in AddrBasedCtxKey()
H A DProfileGenerator.h309 bool WasLeafInlined = false);
314 bool WasLeafInlined = false);
H A DProfiledBinary.cpp252 bool &WasLeafInlined) { in getExpandedContext() argument
267 WasLeafInlined = (ExpandedContext.size() > 1); in getExpandedContext()
H A DProfiledBinary.h522 bool &WasLeafInlined);
H A DPerfReader.cpp166 KeyStr->Context = Binary->getExpandedContext(Stack, KeyStr->WasLeafInlined); in getContextKey()