Home
last modified time | relevance | path

Searched refs:sched_luids (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-int.h108 extern vec<int> sched_luids;
109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)])
110 #define LUID_BY_UID(UID) (sched_luids[UID])
113 (sched_luids[INSN_UID (INSN)] = (LUID))
H A Dsel-sched-dump.c677 if (sched_luids.exists () && INSN_LUID (insn) > 0) in sel_dump_cfg_insn()
H A Dhaifa-sched.c405 vec<int> sched_luids; variable
8933 sched_luids.safe_grow_cleared (new_luids_max_uid); in sched_extend_luids()
8977 sched_luids.release (); in sched_finish_luids()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-int.h110 extern VEC (int, heap) *sched_luids;
111 #define INSN_LUID(INSN) (VEC_index (int, sched_luids, INSN_UID (INSN)))
112 #define LUID_BY_UID(UID) (VEC_index (int, sched_luids, UID))
115 (VEC_replace (int, sched_luids, INSN_UID (INSN), (LUID)))
H A Dsel-sched-dump.c610 if (sched_luids != NULL && INSN_LUID (insn) > 0) in sel_dump_cfg_insn()
H A Dhaifa-sched.c384 VEC (int, heap) *sched_luids = NULL;
6524 VEC_safe_grow_cleared (int, heap, sched_luids, new_luids_max_uid); in sched_extend_luids()
6568 VEC_free (int, heap, sched_luids); in sched_finish_luids()