Searched refs:btr_user (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | bt-load.c | 64 } *btr_user; typedef 89 btr_user uses; 121 static btr_user new_btr_user (basic_block, int, rtx); 124 static void note_other_use_this_block (unsigned int, btr_user); 125 static void compute_defs_uses_and_gen (fibheap_t, btr_def *,btr_user *, 129 static void link_btr_uses (btr_def *, btr_user *, sbitmap *, sbitmap *, int); 336 static btr_user 345 btr_user user = NULL; in new_btr_user() 406 note_other_use_this_block (unsigned int regno, btr_user users_this_bb) in note_other_use_this_block() 408 btr_user user; in note_other_use_this_block() [all …]
|