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

  /src/external/gpl3/gcc/dist/gcc/
sched-int.h 758 unsigned int cant_move : 1; member in struct:_haifa_deps_insn_data
986 #define CANT_MOVE(INSN) (HDID (INSN)->cant_move)
987 #define CANT_MOVE_BY_LUID(LUID) (h_d_i_d[LUID].cant_move)
  /src/external/gpl3/gcc.old/dist/gcc/
sched-int.h 756 unsigned int cant_move : 1; member in struct:_haifa_deps_insn_data
984 #define CANT_MOVE(INSN) (HDID (INSN)->cant_move)
985 #define CANT_MOVE_BY_LUID(LUID) (h_d_i_d[LUID].cant_move)

Completed in 50 milliseconds