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

  /src/external/gpl3/gcc/dist/gcc/
df.h 48 DF_SCAN,
331 true for DF_SCAN and DF_LR. It is true for DF_LIVE if optimize >
941 #define df_scan (df->problems_by_index[DF_SCAN])
1105 if (index < df_scan->block_info_size)
1106 return &((struct df_scan_bb_info *) df_scan->block_info)[index];
940 #define df_scan macro
df.h 48 DF_SCAN,
331 true for DF_SCAN and DF_LR. It is true for DF_LIVE if optimize >
941 #define df_scan (df->problems_by_index[DF_SCAN])
1105 if (index < df_scan->block_info_size)
1106 return &((struct df_scan_bb_info *) df_scan->block_info)[index];
940 #define df_scan macro
  /src/external/gpl3/gcc.old/dist/gcc/
df.h 48 DF_SCAN,
331 true for DF_SCAN and DF_LR. It is true for DF_LIVE if optimize >
941 #define df_scan (df->problems_by_index[DF_SCAN])
1104 if (index < df_scan->block_info_size)
1105 return &((struct df_scan_bb_info *) df_scan->block_info)[index];
940 #define df_scan macro
df.h 48 DF_SCAN,
331 true for DF_SCAN and DF_LR. It is true for DF_LIVE if optimize >
941 #define df_scan (df->problems_by_index[DF_SCAN])
1104 if (index < df_scan->block_info_size)
1105 return &((struct df_scan_bb_info *) df_scan->block_info)[index];
940 #define df_scan macro

Completed in 47 milliseconds