Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/microcode/aic7xxx/
Daicasm.h60 typedef struct path_entry { struct
63 SLIST_ENTRY(path_entry) links; argument
72 SLIST_HEAD(path_list, path_entry);
/openbsd/src/usr.bin/m4/
Dgnum4.c53 struct path_entry { struct
55 struct path_entry *next; argument
58 static struct path_entry *new_path_entry(const char *);
62 static struct path_entry *
65 struct path_entry *n; in new_path_entry()
67 n = malloc(sizeof(struct path_entry)); in new_path_entry()
78 struct path_entry *n; in addtoincludepath()
117 struct path_entry *pe; in dopath()
/openbsd/src/gnu/gcc/gcc/
Dcse.c6736 int path_entry = 0; in cse_end_of_basic_block() local
6791 if (path_entry < path_size && data->path[path_entry].branch == p) in cse_end_of_basic_block()
6793 if (data->path[path_entry].status != PATH_NOT_TAKEN) in cse_end_of_basic_block()
6797 path_entry++; in cse_end_of_basic_block()
6838 for (i = 0; i < path_entry; i++) in cse_end_of_basic_block()
6842 if (i != path_entry) in cse_end_of_basic_block()
6845 data->path[path_entry].branch = p; in cse_end_of_basic_block()
6846 data->path[path_entry++].status = PATH_TAKEN; in cse_end_of_basic_block()
6852 path_size = path_entry; in cse_end_of_basic_block()
6869 for (i = 0; i < path_entry; i++) in cse_end_of_basic_block()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcse.c6938 int path_entry = 0; local
7009 if (path_entry < path_size && data->path[path_entry].branch == p)
7011 if (data->path[path_entry].status != NOT_TAKEN)
7015 path_entry++;
7057 for (i = 0; i < path_entry; i++)
7061 if (i != path_entry)
7064 data->path[path_entry].branch = p;
7065 data->path[path_entry++].status = TAKEN;
7071 path_size = path_entry;
7088 for (i = 0; i < path_entry; i++)
[all …]