Searched refs:stmt_uid (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | symtab.c | 658 unsigned int stmt_uid = ref->lto_stmt_uid; in clone_references() local 662 ref2->lto_stmt_uid = stmt_uid; in clone_references() 676 unsigned int stmt_uid = ref->lto_stmt_uid; in clone_referring() local 680 ref2->lto_stmt_uid = stmt_uid; in clone_referring() 690 unsigned int stmt_uid = ref->lto_stmt_uid; in clone_reference() local 695 ref2->lto_stmt_uid = stmt_uid; in clone_reference()
|
| HD | cgraphclones.c | 88 cgraph_edge::clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid, in clone() argument 130 new_edge->lto_stmt_uid = stmt_uid; in clone()
|
| HD | cgraph.h | 1694 cgraph_edge * clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid,
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | cgraph.c | 2034 gimple call_stmt, unsigned stmt_uid, gcov_type count_scale, in cgraph_clone_edge() argument 2079 new_edge->lto_stmt_uid = stmt_uid; in cgraph_clone_edge()
|
| HD | tree-ssa-pre.c | 3905 unsigned int stmt_uid = 1; in compute_avail() local 3930 gimple_set_uid (stmt, stmt_uid++); in compute_avail()
|