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

  /src/external/gpl3/gcc/dist/gcc/
ira-emit.cc 727 static move_t hard_regno_last_set[FIRST_PSEUDO_REGISTER];
730 element in `hard_regno_last_set' is defined and correct. */
748 elements of arrays `hard_regno_last_set' and
790 hard_regno_last_set[hard_regno + i] = move;
803 && (ALLOCNO_REGNO (hard_regno_last_set[hard_regno + i]->to)
809 && (ALLOCNO_REGNO (hard_regno_last_set[hard_regno + i]->to)
811 move->deps[n++] = hard_regno_last_set[hard_regno + i];
842 (hard_regno_last_set[hard_regno + i]->to) >= 0)
847 set_move = hard_regno_last_set[hard_regno + i];
893 hard_regno_last_set[hard_regno + i] = move
726 static move_t hard_regno_last_set[FIRST_PSEUDO_REGISTER]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-emit.cc 727 static move_t hard_regno_last_set[FIRST_PSEUDO_REGISTER];
730 element in `hard_regno_last_set' is defined and correct. */
748 elements of arrays `hard_regno_last_set' and
790 hard_regno_last_set[hard_regno + i] = move;
803 && (ALLOCNO_REGNO (hard_regno_last_set[hard_regno + i]->to)
809 && (ALLOCNO_REGNO (hard_regno_last_set[hard_regno + i]->to)
811 move->deps[n++] = hard_regno_last_set[hard_regno + i];
842 (hard_regno_last_set[hard_regno + i]->to) >= 0)
847 set_move = hard_regno_last_set[hard_regno + i];
893 hard_regno_last_set[hard_regno + i] = move
726 static move_t hard_regno_last_set[FIRST_PSEUDO_REGISTER]; local
    [all...]

Completed in 80 milliseconds