Searched refs:dep_status (Results 1 – 8 of 8) sorted by relevance
/netbsd/external/gpl2/gmake/dist/ |
H A D | remake.c | 374 int dep_status = 0; in update_file_1() local 532 if (dep_status != 0 && !keep_going_flag) in update_file_1() 569 dep_status |= update_file (d->file, depth); in update_file_1() 590 if (dep_status != 0 && !keep_going_flag) in update_file_1() 613 if (dep_status != 0) in update_file_1() 615 file->update_status = dep_status; in update_file_1() 627 return dep_status; in update_file_1() 937 int dep_status = 0; in check_dep() local 947 dep_status = update_file (file, depth); in check_dep() 1020 if (dep_status != 0 && !keep_going_flag) in check_dep() [all …]
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | sched-deps.c | 1155 ds_t dep_status = DEP_STATUS (dep); in update_dep() local 1157 ds_t new_status = ds | dep_status; in update_dep() 1164 || !(dep_status & SPECULATIVE)) in update_dep() 1178 new_status = ds_merge (dep_status, ds); in update_dep() 1184 if (dep_status != ds) in update_dep()
|
H A D | sched-deps.cc | 1155 ds_t dep_status = DEP_STATUS (dep); in update_dep() local 1157 ds_t new_status = ds | dep_status; in update_dep() 1164 || !(dep_status & SPECULATIVE)) in update_dep() 1178 new_status = ds_merge (dep_status, ds); in update_dep() 1184 if (dep_status != ds) in update_dep()
|
H A D | target.def | 1423 int, (rtx_insn *insn, unsigned int dep_status, rtx *new_pat), NULL) 1433 bool, (unsigned int dep_status), NULL)
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | sched-deps.c | 1155 ds_t dep_status = DEP_STATUS (dep); in update_dep() local 1157 ds_t new_status = ds | dep_status; in update_dep() 1164 || !(dep_status & SPECULATIVE)) in update_dep() 1178 new_status = ds_merge (dep_status, ds); in update_dep() 1184 if (dep_status != ds) in update_dep()
|
H A D | target.def | 1445 int, (rtx_insn *insn, unsigned int dep_status, rtx *new_pat), NULL) 1455 bool, (unsigned int dep_status), NULL)
|
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi | 7299 …t TARGET_SCHED_SPECULATE_INSN (rtx_insn *@var{insn}, unsigned int @var{dep_status}, rtx *@var{new_… 7310 @deftypefn {Target Hook} bool TARGET_SCHED_NEEDS_BLOCK_P (unsigned int @var{dep_status})
|
/netbsd/external/gpl3/gcc/dist/gcc/doc/ |
H A D | tm.texi | 7406 …t TARGET_SCHED_SPECULATE_INSN (rtx_insn *@var{insn}, unsigned int @var{dep_status}, rtx *@var{new_… 7417 @deftypefn {Target Hook} bool TARGET_SCHED_NEEDS_BLOCK_P (unsigned int @var{dep_status})
|