Searched refs:closest_use (Results 1 – 2 of 2) sorted by relevance
4771 rtx closest_use, note; in find_moveable_pseudos() local4812 closest_use = NULL_RTX; in find_moveable_pseudos()4829 if (closest_use != insn && closest_use != const0_rtx) in find_moveable_pseudos()4831 if (closest_use == NULL_RTX) in find_moveable_pseudos()4832 closest_use = insn; in find_moveable_pseudos()4833 else if (insn_dominated_by_p (closest_use, insn, uid_luid)) in find_moveable_pseudos()4834 closest_use = insn; in find_moveable_pseudos()4835 else if (!insn_dominated_by_p (insn, closest_use, uid_luid)) in find_moveable_pseudos()4836 closest_use = const0_rtx; in find_moveable_pseudos()4848 if (closest_use == const0_rtx || closest_use == NULL in find_moveable_pseudos()[all …]
26436 "closest_use" into closest_uses array in a region where we know