Home
last modified time | relevance | path

Searched refs:stmt_uid (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDsymtab.c658 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()
HDcgraphclones.c88 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()
HDcgraph.h1694 cgraph_edge * clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid,
/dragonfly/contrib/gcc-4.7/gcc/
HDcgraph.c2034 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()
HDtree-ssa-pre.c3905 unsigned int stmt_uid = 1; in compute_avail() local
3930 gimple_set_uid (stmt, stmt_uid++); in compute_avail()