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

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 1012 gimple_stmt_iterator guard_bsi = gsi_for_stmt (cond_expr_start);
1021 gsi_insert_before (&guard_bsi, c, GSI_SAME_STMT);
1009 gimple_stmt_iterator guard_bsi = gsi_for_stmt (cond_expr_start); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 913 gimple_stmt_iterator guard_bsi = gsi_for_stmt (cond_expr_start);
922 gsi_insert_before (&guard_bsi, c, GSI_SAME_STMT);
910 gimple_stmt_iterator guard_bsi = gsi_for_stmt (cond_expr_start); local

Completed in 23 milliseconds