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

  /src/external/gpl3/gcc/dist/gcc/
ira-color.cc 44 typedef struct allocno_hard_regs *allocno_hard_regs_t; typedef in typeref:struct:allocno_hard_regs
87 allocno_hard_regs_t hard_regs;
208 static vec<allocno_hard_regs_t> allocno_hard_regs_vec;
236 static allocno_hard_regs_t
237 find_hard_regs (allocno_hard_regs_t hv)
244 static allocno_hard_regs_t
245 insert_hard_regs (allocno_hard_regs_t hv)
265 static allocno_hard_regs_t
269 allocno_hard_regs_t hv;
292 allocno_hard_regs_t hv
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-color.cc 44 typedef struct allocno_hard_regs *allocno_hard_regs_t; typedef in typeref:struct:allocno_hard_regs
87 allocno_hard_regs_t hard_regs;
208 static vec<allocno_hard_regs_t> allocno_hard_regs_vec;
236 static allocno_hard_regs_t
237 find_hard_regs (allocno_hard_regs_t hv)
244 static allocno_hard_regs_t
245 insert_hard_regs (allocno_hard_regs_t hv)
265 static allocno_hard_regs_t
269 allocno_hard_regs_t hv;
292 allocno_hard_regs_t hv
    [all...]

Completed in 36 milliseconds