Lines Matching refs:ChildNode
50 ContextTrieNode &ChildNode = It.second; in getHottestChildContext() local
51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
53 FunctionSamples *Samples = ChildNode.getFunctionSamples(); in getHottestChildContext()
57 ChildNodeRet = &ChildNode; in getHottestChildContext()
96 ContextTrieNode *ChildNode = &It.second; in moveContextSamples() local
97 ChildNode->setParentContext(Node); in moveContextSamples()
98 NodeToUpdate.push(ChildNode); in moveContextSamples()
173 ContextTrieNode *ChildNode = &It.second; in dumpTree() local
174 NodeQueue.push(ChildNode); in dumpTree()
262 ContextTrieNode &ChildNode = It.second; in getIndirectCalleeContextSamplesFor() local
263 if (ChildNode.getCallSiteLoc() != CallSite) in getIndirectCalleeContextSamplesFor()
265 if (FunctionSamples *CalleeSamples = ChildNode.getFunctionSamples()) in getIndirectCalleeContextSamplesFor()