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

  /src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc 1954 model_index (rtx_insn *insn)
2010 /* Return the model_index of the last unscheduled use in chain USE
2025 index = model_index (next->insn);
2034 /* An instruction with model_index POINT has just been scheduled, and it
2138 point = model_index (insn);
2441 point = model_index (insn);
2801 diff = model_index (tmp) - model_index (tmp2);
3581 point = model_index (insn->insn);
4025 && model_index (insn) == model_curr_point
1944 model_index (rtx_insn *insn) function
    [all...]
haifa-sched.cc 1954 model_index (rtx_insn *insn)
2010 /* Return the model_index of the last unscheduled use in chain USE
2025 index = model_index (next->insn);
2034 /* An instruction with model_index POINT has just been scheduled, and it
2138 point = model_index (insn);
2441 point = model_index (insn);
2801 diff = model_index (tmp) - model_index (tmp2);
3581 point = model_index (insn->insn);
4025 && model_index (insn) == model_curr_point
1944 model_index (rtx_insn *insn) function
    [all...]
sched-int.h 931 int model_index;
963 #define INSN_MODEL_INDEX(INSN) (HID (INSN)->model_index)
930 int model_index; member in struct:_haifa_insn_data
sched-int.h 931 int model_index;
963 #define INSN_MODEL_INDEX(INSN) (HID (INSN)->model_index)
930 int model_index; member in struct:_haifa_insn_data

Completed in 201 milliseconds