Lines Matching refs:ChildNode
51 ContextTrieNode &ChildNode = It.second; in getHottestChildContext() local
52 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
54 FunctionSamples *Samples = ChildNode.getFunctionSamples(); in getHottestChildContext()
58 ChildNodeRet = &ChildNode; in getHottestChildContext()
97 ContextTrieNode *ChildNode = &It.second; in moveContextSamples() local
98 ChildNode->setParentContext(Node); in moveContextSamples()
99 NodeToUpdate.push(ChildNode); in moveContextSamples()
172 ContextTrieNode *ChildNode = &It.second; in dumpTree() local
173 NodeQueue.push(ChildNode); in dumpTree()
263 ContextTrieNode &ChildNode = It.second; in getIndirectCalleeContextSamplesFor() local
264 if (ChildNode.getCallSiteLoc() != CallSite) in getIndirectCalleeContextSamplesFor()
266 if (FunctionSamples *CalleeSamples = ChildNode.getFunctionSamples()) in getIndirectCalleeContextSamplesFor()