Home
last modified time | relevance | path

Searched refs:usep (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dbt-load.c343 rtx *usep = find_btr_use (PATTERN (insn)); in new_btr_user() local
347 if (usep) in new_btr_user()
354 unambiguous_single_use = !btr_referenced_p (PATTERN (insn), usep); in new_btr_user()
356 usep = NULL; in new_btr_user()
358 use = usep ? *usep : NULL_RTX; in new_btr_user()
H A Dpostreload.c664 struct reg_use { rtx insn, *usep; }; member
883 reg_state[regno].reg_use[i].usep, in reload_combine()
1133 reg_state[regno].reg_use[use_index].usep = xp; in reload_combine_note_use()
H A Dtree-ssa-pre.c1857 use_operand_p usep; in compute_vuse_representatives() local
1865 FOR_EACH_PHI_ARG (usep, phi, iter, SSA_OP_ALL_USES) in compute_vuse_representatives()
1867 tree use = USE_FROM_PTR (usep); in compute_vuse_representatives()
1975 use_operand_p usep; in compute_rvuse_and_antic_safe() local
1989 FOR_EACH_SSA_USE_OPERAND (usep, stmt, iter, SSA_OP_VIRTUAL_KILLS in compute_rvuse_and_antic_safe()
1992 tree use = USE_FROM_PTR (usep); in compute_rvuse_and_antic_safe()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c5359 struct named_label_use_list **usep; local
5364 for (usep = &named_label_uses; *usep; )
5366 struct named_label_use_list *use = *usep;
5370 *usep = use->next;
5373 usep = &(use->next);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dreload1.c8665 struct reg_use { rtx insn, *usep; }; member
8881 reg_state[regno].reg_use[i].usep, in reload_combine()
9138 reg_state[regno].reg_use[use_index].usep = xp;