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

  /src/external/gpl3/gcc/dist/gcc/
ira-color.cc 627 static int allocno_hard_regs_nodes_num;
679 index = parent->preorder_num * allocno_hard_regs_nodes_num;
774 allocno_hard_regs_nodes_num
778 ira_allocate (allocno_hard_regs_nodes_num
780 size = allocno_hard_regs_nodes_num * allocno_hard_regs_nodes_num;
928 start = node_preorder_num * allocno_hard_regs_nodes_num;
976 start = node_preorder_num * allocno_hard_regs_nodes_num;
625 static int allocno_hard_regs_nodes_num; variable
  /src/external/gpl3/gcc.old/dist/gcc/
ira-color.cc 620 static int allocno_hard_regs_nodes_num;
672 index = parent->preorder_num * allocno_hard_regs_nodes_num;
767 allocno_hard_regs_nodes_num
771 ira_allocate (allocno_hard_regs_nodes_num
773 size = allocno_hard_regs_nodes_num * allocno_hard_regs_nodes_num;
921 start = node_preorder_num * allocno_hard_regs_nodes_num;
969 start = node_preorder_num * allocno_hard_regs_nodes_num;
618 static int allocno_hard_regs_nodes_num; variable

Completed in 17 milliseconds