Home
last modified time | relevance | path

Searched refs:remove_constraints (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dgensupport.c102 static void remove_constraints (rtx);
171 remove_constraints (rtx part) in remove_constraints() function
191 remove_constraints (XEXP (part, i)); in remove_constraints()
196 remove_constraints (XVECEXP (part, i, j)); in remove_constraints()
318 remove_constraints (XVECEXP (split, 0, i)); in process_rtx()
DChangeLog-200019771 * gensupport.c (remove_constraints, process_rtx): Prototype.