Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dgcse.c568 static struct expr *find_avail_set (int, rtx);
2702 find_avail_set (int regno, rtx insn) in find_avail_set() function
2946 set = find_avail_set (regno, insn); in cprop_insn()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcse.c608 static struct expr *find_avail_set PARAMS ((int, rtx));
3985 find_avail_set (regno, insn) in find_avail_set() function
4214 set = find_avail_set (regno, insn);
H A DChangeLog.210370 * gcse.c (find_avail_set): Follow chains of register-register copies.
10373 (cprop_insn): Don't verify the return value of find_avail_set with
H A DChangeLog17196 find_avail_set, one_cprop_pass, find_bypass_set, compute_pre_data,
H A DChangeLog.74279 (find_bypass_set): New function based upon find_avail_set used by