HomeSort by: relevance | last modified time | path
    Searched refs:resx_stmt (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple.h 4830 /* Return the region number for GIMPLE_RESX RESX_STMT. */
4833 gimple_resx_region (const gresx *resx_stmt)
4835 return resx_stmt->region;
4838 /* Set REGION to be the region number for GIMPLE_RESX RESX_STMT. */
4841 gimple_resx_set_region (gresx *resx_stmt, int region)
4843 resx_stmt->region = region;
tree-inline.cc 1935 gresx *resx_stmt = as_a <gresx *> (copy); local
1936 int r = gimple_resx_region (resx_stmt);
1938 gimple_resx_set_region (resx_stmt, r);
tree-cfg.cc 7298 gresx *resx_stmt = as_a <gresx *> (stmt); local
7299 int r = gimple_resx_region (resx_stmt);
7301 gimple_resx_set_region (resx_stmt, r);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.h 4743 /* Return the region number for GIMPLE_RESX RESX_STMT. */
4746 gimple_resx_region (const gresx *resx_stmt)
4748 return resx_stmt->region;
4751 /* Set REGION to be the region number for GIMPLE_RESX RESX_STMT. */
4754 gimple_resx_set_region (gresx *resx_stmt, int region)
4756 resx_stmt->region = region;
tree-inline.cc 1927 gresx *resx_stmt = as_a <gresx *> (copy); local
1928 int r = gimple_resx_region (resx_stmt);
1930 gimple_resx_set_region (resx_stmt, r);
tree-cfg.cc 7119 gresx *resx_stmt = as_a <gresx *> (stmt); local
7120 int r = gimple_resx_region (resx_stmt);
7122 gimple_resx_set_region (resx_stmt, r);

Completed in 49 milliseconds