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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 5012 static int max_uid_before_move_op = 0;
5239 max_uid_before_move_op = get_max_uid ();
5846 if (INSN_UID (insn) > max_uid_before_move_op)
5000 static int max_uid_before_move_op = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 5004 static int max_uid_before_move_op = 0;
5231 max_uid_before_move_op = get_max_uid ();
5838 if (INSN_UID (insn) > max_uid_before_move_op)
4992 static int max_uid_before_move_op = 0; local

Completed in 26 milliseconds