Searched refs:remove_constraints (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gensupport.c | 80 static void remove_constraints (rtx); 393 remove_constraints (rtx part) in remove_constraints() function 413 remove_constraints (XEXP (part, i)); in remove_constraints() 418 remove_constraints (XVECEXP (part, i, j)); in remove_constraints() 472 remove_constraints (XVECEXP (split, 0, i)); in process_rtx()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gensupport.c | 99 static void remove_constraints (rtx); 458 remove_constraints (rtx part) in remove_constraints() function 478 remove_constraints (XEXP (part, i)); in remove_constraints() 483 remove_constraints (XVECEXP (part, i, j)); in remove_constraints() 546 remove_constraints (XVECEXP (split, 0, i)); in process_rtx() 1859 remove_constraints (subst_pattern); in process_substs_on_one_elem()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-tree.h | 7459 extern void remove_constraints (tree);
|
H A D | decl.c | 2819 remove_constraints (newdecl); in duplicate_decls()
|
H A D | pt.c | 27267 remove_constraints (tree t) in remove_constraints() function
|