Home
last modified time | relevance | path

Searched refs:cgraph_max_uid (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dcgraph.h245 extern GTY(()) int cgraph_max_uid;
Dcgraph.c125 int cgraph_max_uid; variable
186 node->uid = cgraph_max_uid++; in cgraph_create_node()