Searched refs:path_entry (Results 1 – 4 of 4) sorted by relevance
59 typedef struct path_entry { struct62 SLIST_ENTRY(path_entry) links; argument71 SLIST_HEAD(path_list, path_entry);
69 struct path_entry { struct71 struct path_entry *next; argument74 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()
6409 int path_entry; in cse_dump_path() local6412 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() local6446 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() local6511 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 …]
6433 int path_entry; in cse_dump_path() local6436 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() local6470 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() local6535 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 …]