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

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.c354 static tc_t bulk_tc = (tc_t) 1;
360 static tc_t
371 init_target_context (tc_t tc, bool clean_p)
379 tc_t
382 tc_t tc = alloc_target_context ();
390 set_target_context (tc_t tc)
398 clear_target_context (tc_t tc)
406 delete_target_context (tc_t tc)
417 copy_target_context (tc_t t
[all...]
H A Dsel-sched-ir.h34 /* tc_t is a short for target context. This is a state of the target
36 typedef void *tc_t; typedef
277 tc_t tc;
1530 extern tc_t create_target_context (bool);
1531 extern void set_target_context (tc_t);
1532 extern void reset_target_context (tc_t, bool);

Completed in 178 milliseconds