Searched refs:writeout_fn_node (Results 1 – 2 of 2) sorted by relevance
28 struct writeout_fn_node { struct30 struct writeout_fn_node *next; argument33 static struct writeout_fn_node *writeout_fn_head = NULL;34 static struct writeout_fn_node *writeout_fn_tail = NULL;46 struct writeout_fn_node *new_node = malloc(sizeof(struct writeout_fn_node)); in llvm_pgo_register_writeout_function()66 struct writeout_fn_node *node = writeout_fn_head; in llvm_pgo_writeout_files()
97 struct writeout_fn_node { struct99 struct writeout_fn_node *next; argument102 static struct writeout_fn_node *writeout_fn_head = NULL;103 static struct writeout_fn_node *writeout_fn_tail = NULL;506 struct writeout_fn_node *new_node = malloc(sizeof(struct writeout_fn_node)); in llvm_register_writeout_function()519 struct writeout_fn_node *curr = writeout_fn_head; in llvm_writeout_files()529 struct writeout_fn_node *node = writeout_fn_head; in llvm_delete_writeout_function_list()