Home
last modified time | relevance | path

Searched refs:path_entry (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.h59 typedef struct path_entry { struct
62 SLIST_ENTRY(path_entry) links; argument
71 SLIST_HEAD(path_list, path_entry);
/netbsd-src/usr.bin/m4/
H A Dgnum4.c69 struct path_entry { struct
71 struct path_entry *next; argument
74 static struct path_entry *new_path_entry(const char *);
78 static struct path_entry *
81 struct path_entry *n; in new_path_entry()
83 n = malloc(sizeof(struct path_entry)); in new_path_entry()
96 struct path_entry *n; in addtoincludepath()
137 struct path_entry *pe; in dopath()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc6409 int path_entry; in cse_dump_path() local
6412 for (path_entry = 0; path_entry < data->path_size; path_entry++) in cse_dump_path()
6413 fprintf (f, "%d ", (data->path[path_entry].bb)->index); in cse_dump_path()
6443 int path_entry; in cse_prescan_path() local
6446 for (path_entry = 0; path_entry < path_size; path_entry++) in cse_prescan_path()
6451 bb = data->path[path_entry].bb; in cse_prescan_path()
6502 int path_entry; in cse_extended_basic_block() local
6511 for (path_entry = 0; path_entry < path_size; path_entry++) in cse_extended_basic_block()
6516 bb = ebb_data->path[path_entry].bb; in cse_extended_basic_block()
6587 if (path_entry < path_size - 1) in cse_extended_basic_block()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c6433 int path_entry; in cse_dump_path() local
6436 for (path_entry = 0; path_entry < data->path_size; path_entry++) in cse_dump_path()
6437 fprintf (f, "%d ", (data->path[path_entry].bb)->index); in cse_dump_path()
6467 int path_entry; in cse_prescan_path() local
6470 for (path_entry = 0; path_entry < path_size; path_entry++) in cse_prescan_path()
6475 bb = data->path[path_entry].bb; in cse_prescan_path()
6526 int path_entry; in cse_extended_basic_block() local
6535 for (path_entry = 0; path_entry < path_size; path_entry++) in cse_extended_basic_block()
6540 bb = ebb_data->path[path_entry].bb; in cse_extended_basic_block()
6639 if (path_entry < path_size - 1) in cse_extended_basic_block()
[all …]