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

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 4010 #define BB_GET_SESE(B) ((bb_sese *)(B)->aux)
4021 if (BB_GET_SESE (b))
4085 hi_child += BB_GET_SESE (node_child.first)->node;
4098 if (bb_sese *t_sese = BB_GET_SESE (target))
4110 t_hi += BB_GET_SESE (child_hi_block)->node;
4147 if (bb_sese *t_sese = BB_GET_SESE (target))
4187 hi_child += BB_GET_SESE (node_child.first)->node;
4198 bb_sese *t_sese = BB_GET_SESE (target);
4209 t_hi += BB_GET_SESE (child_hi_block)->node;
4231 bb_sese *sese = BB_GET_SESE (block)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 3994 #define BB_GET_SESE(B) ((bb_sese *)(B)->aux)
4005 if (BB_GET_SESE (b))
4069 hi_child += BB_GET_SESE (node_child.first)->node;
4082 if (bb_sese *t_sese = BB_GET_SESE (target))
4094 t_hi += BB_GET_SESE (child_hi_block)->node;
4131 if (bb_sese *t_sese = BB_GET_SESE (target))
4171 hi_child += BB_GET_SESE (node_child.first)->node;
4182 bb_sese *t_sese = BB_GET_SESE (target);
4193 t_hi += BB_GET_SESE (child_hi_block)->node;
4215 bb_sese *sese = BB_GET_SESE (block)
    [all...]

Completed in 43 milliseconds