HomeSort by: relevance | last modified time | path
    Searched defs:need_to_push (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.cc 110 int need_to_push [FIRST_PSEUDO_REGISTER / 2];
773 cfun->machine->need_to_push [i] = 1;
777 cfun->machine->need_to_push [i] = 0;
1406 if (cfun->machine->need_to_push [i])
1414 if (cfun->machine->need_to_push [i])
1565 if (cfun->machine->need_to_push [i])
1694 if (cfun->machine->need_to_push[i])
108 int need_to_push [FIRST_PSEUDO_REGISTER \/ 2]; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/rl78/
rl78.cc 110 int need_to_push [FIRST_PSEUDO_REGISTER / 2];
773 cfun->machine->need_to_push [i] = 1;
777 cfun->machine->need_to_push [i] = 0;
1406 if (cfun->machine->need_to_push [i])
1414 if (cfun->machine->need_to_push [i])
1565 if (cfun->machine->need_to_push [i])
1694 if (cfun->machine->need_to_push[i])
108 int need_to_push [FIRST_PSEUDO_REGISTER \/ 2]; variable
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-im.cc 2899 bool need_to_push = false; local
2912 need_to_push = true;
2914 else if (need_to_push
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-im.cc 2848 bool need_to_push = false; local
2861 need_to_push = true;
2863 else if (need_to_push

Completed in 20 milliseconds