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 moveToChildContext() local
97 ChildNode->setParentContext(Node); in moveToChildContext()
98 NodeToUpdate.push(ChildNode); in moveToChildContext()
228 ContextTrieNode &ChildNode = It.second; in getIndirectCalleeContextSamplesFor() local
229 if (ChildNode.getCallSiteLoc() != CallSite) in getIndirectCalleeContextSamplesFor()
231 if (FunctionSamples *CalleeSamples = ChildNode.getFunctionSamples()) in getIndirectCalleeContextSamplesFor()
399 ContextTrieNode *ChildNode = &It.second; in dump() local
400 NodeQueue.push(ChildNode); in dump()