Searched refs:callee_node (Results 1 – 1 of 1) sorted by relevance
214 CallGraphNode& callee_node = GetNode(callee); in SetCallContexts() local226 UnionContexts(context_to_add, callee_node.context()); in SetCallContexts()228 if (new_context != callee_node.context()) { in SetCallContexts()230 callee_node.set_context(new_context); in SetCallContexts()231 worklist.push(&callee_node); in SetCallContexts()265 CallGraphNode& callee_node = GetNode(callee); in SetNodeDepths() local266 if (callee_node.depth() < node->depth() + 1) { in SetNodeDepths()267 callee_node.set_depth(node->depth() + 1); in SetNodeDepths()268 worklist.push(&callee_node); in SetNodeDepths()