| /src/external/gpl3/gcc/dist/gcc/ |
| cgraph.cc | 874 symbol_table::create_edge (cgraph_node *caller, cgraph_node *callee, function in class:symbol_table 950 cgraph_node::create_edge (cgraph_node *callee, function in class:cgraph_node 953 cgraph_edge *edge = symtab->create_edge (this, callee, call_stmt, count, 994 cgraph_edge *edge = symtab->create_edge (this, NULL, call_stmt, count, true, 1119 e2 = n->create_edge (n2, call_stmt, direct_count); 1690 ne = node->create_edge (cgraph_node::get_create (new_call),
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cgraph.cc | 872 symbol_table::create_edge (cgraph_node *caller, cgraph_node *callee, function in class:symbol_table 948 cgraph_node::create_edge (cgraph_node *callee, function in class:cgraph_node 951 cgraph_edge *edge = symtab->create_edge (this, callee, call_stmt, count, 992 cgraph_edge *edge = symtab->create_edge (this, NULL, call_stmt, count, true, 1117 e2 = n->create_edge (n2, call_stmt, direct_count); 1688 ne = node->create_edge (cgraph_node::get_create (new_call),
|