Searched refs:callgraph_ (Results 1 – 1 of 1) sorted by relevance
162 return callgraph_[name] != NULL; in Analyzed()166 CalleesSet* callees = callgraph_[name]; in EnterScope()169 callgraph_[name] = callees = new CalleesSet(); in EnterScope()184 for (Callgraph::const_iterator i = callgraph_.begin(), e = callgraph_.end(); in PrintCallGraph()202 Callgraph callgraph_; member in __anon85d096280111::CalleesPrinter