Searched refs:check_any (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dreload1.c4415 operand number, and check_any if we have to check all reloads. */
4417 int check_any = 0;
4449 check_any = 1;
4455 check_any = 1;
4482 if (check_opnum || check_any)
4487 && (check_any || rld[i].opnum == opnum)
4398 int check_any = 0; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreload1.c4324 operand number, and check_any if we have to check all reloads. */
4326 int check_any = 0;
4358 check_any = 1;
4364 check_any = 1;
4391 if (check_opnum || check_any)
4396 && (check_any || rld[i].opnum == opnum)
4307 int check_any = 0; local

Completed in 95 milliseconds