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

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 4068 int hi_child = depth;
4083 hi_child = node_child.second;
4085 hi_child += BB_GET_SESE (node_child.first)->node;
4112 if (hi_child > t_hi)
4114 hi_child = t_hi;
4171 sese->high = hi_back < hi_child ? node_back : node_child;
4181 hi_child = depth;
4185 hi_child = node_child.second;
4187 hi_child += BB_GET_SESE (node_child.first)->node;
4211 if (hi_child > t_hi
4063 int hi_child = depth; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 4052 int hi_child = depth;
4067 hi_child = node_child.second;
4069 hi_child += BB_GET_SESE (node_child.first)->node;
4096 if (hi_child > t_hi)
4098 hi_child = t_hi;
4155 sese->high = hi_back < hi_child ? node_back : node_child;
4165 hi_child = depth;
4169 hi_child = node_child.second;
4171 hi_child += BB_GET_SESE (node_child.first)->node;
4195 if (hi_child > t_hi
4047 int hi_child = depth; local
    [all...]

Completed in 16 milliseconds