Home
last modified time | relevance | path

Searched refs:clean_p (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched-ir.c349 init_target_context (tc_t tc, bool clean_p) in init_target_context() argument
352 targetm.sched.init_sched_context (tc, clean_p); in init_target_context()
358 create_target_context (bool clean_p) in create_target_context() argument
362 init_target_context (tc, clean_p); in create_target_context()
420 reset_target_context (tc_t tc, bool clean_p) in reset_target_context() argument
423 init_target_context (tc, clean_p); in reset_target_context()
H A Dtarget.def1403 It @var{clean_p} is true then initialize @var{tc} as if scheduler is at the\n\
1405 void, (void *tc, bool clean_p), NULL)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.cc349 init_target_context (tc_t tc, bool clean_p) in init_target_context() argument
352 targetm.sched.init_sched_context (tc, clean_p); in init_target_context()
358 create_target_context (bool clean_p) in create_target_context() argument
362 init_target_context (tc, clean_p); in create_target_context()
420 reset_target_context (tc_t tc, bool clean_p) in reset_target_context() argument
423 init_target_context (tc, clean_p); in reset_target_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c3863 c6x_init_sched_context (void *_sc, bool clean_p) in c6x_init_sched_context() argument
3867 if (clean_p) in c6x_init_sched_context()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc3865 c6x_init_sched_context (void *_sc, bool clean_p) in c6x_init_sched_context() argument
3869 if (clean_p) in c6x_init_sched_context()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc7800 ia64_init_sched_context (void *_sc, bool clean_p) in ia64_init_sched_context() argument
7805 if (clean_p) in ia64_init_sched_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c7800 ia64_init_sched_context (void *_sc, bool clean_p) in ia64_init_sched_context() argument
7805 if (clean_p) in ia64_init_sched_context()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc19838 rs6000_init_sched_context (void *_sc, bool clean_p) in rs6000_init_sched_context() argument
19842 if (clean_p) in rs6000_init_sched_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c19286 rs6000_init_sched_context (void *_sc, bool clean_p) in rs6000_init_sched_context() argument
19290 if (clean_p) in rs6000_init_sched_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi7281 @deftypefn {Target Hook} void TARGET_SCHED_INIT_SCHED_CONTEXT (void *@var{tc}, bool @var{clean_p})
7283 It @var{clean_p} is true then initialize @var{tc} as if scheduler is at the