Home
last modified time | relevance | path

Searched refs:need_to_push (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Drl78.c108 int need_to_push [FIRST_PSEUDO_REGISTER / 2]; member
770 cfun->machine->need_to_push [i] = 1; in rl78_compute_frame_info()
774 cfun->machine->need_to_push [i] = 0; in rl78_compute_frame_info()
1401 if (cfun->machine->need_to_push [i]) in rl78_expand_prologue()
1409 if (cfun->machine->need_to_push [i]) in rl78_expand_prologue()
1560 if (cfun->machine->need_to_push [i]) in rl78_expand_epilogue()
1689 if (cfun->machine->need_to_push[i]) in rl78_start_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/
H A Drl78.cc108 int need_to_push [FIRST_PSEUDO_REGISTER / 2]; member
770 cfun->machine->need_to_push [i] = 1; in rl78_compute_frame_info()
774 cfun->machine->need_to_push [i] = 0; in rl78_compute_frame_info()
1401 if (cfun->machine->need_to_push [i]) in rl78_expand_prologue()
1409 if (cfun->machine->need_to_push [i]) in rl78_expand_prologue()
1560 if (cfun->machine->need_to_push [i]) in rl78_expand_epilogue()
1689 if (cfun->machine->need_to_push[i]) in rl78_start_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.cc2848 bool need_to_push = false; in hoist_memory_references() local
2861 need_to_push = true; in hoist_memory_references()
2863 else if (need_to_push in hoist_memory_references()