Searched refs:WasLeafInlined (Results 1 – 6 of 6) sorted by relevance
737 bool WasLeafInlined) { in getOrCreateFunctionSamples() argument755 if (WasLeafInlined) in getOrCreateFunctionSamples()762 bool WasLeafInlined) { in getOrCreateContextNode() argument765 getOrCreateFunctionSamples(ContextNode, WasLeafInlined); in getOrCreateContextNode()821 getOrCreateContextNode(CtxKey->Context, CtxKey->WasLeafInlined); in generateLineNumBasedProfile()1229 bool WasLeafInlined = LeafProbe->getInlineTreeNode()->hasInlineSite(); in getContextNodeForLeafProbe() local1231 getOrCreateContextNode(NewContextStack, WasLeafInlined); in getContextNodeForLeafProbe()
357 bool WasLeafInlined; member358 StringBasedCtxKey() : ContextKey(CK_StringBased), WasLeafInlined(false){}; in StringBasedCtxKey()377 bool WasLeafInlined; member378 AddrBasedCtxKey() : ContextKey(CK_AddrBased), WasLeafInlined(false){}; in AddrBasedCtxKey()
309 bool WasLeafInlined = false);314 bool WasLeafInlined = false);
252 bool &WasLeafInlined) { in getExpandedContext() argument267 WasLeafInlined = (ExpandedContext.size() > 1); in getExpandedContext()
522 bool &WasLeafInlined);
166 KeyStr->Context = Binary->getExpandedContext(Stack, KeyStr->WasLeafInlined); in getContextKey()