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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sink.cc 70 /* The number of statements sunk down the flowgraph by code sinking. */
71 int sunk; member in struct:__anon13981
73 /* The number of stores commoned and sunk down by store commoning. */
310 sunk.
723 sink_stats.sunk++;
839 statistics_counter_event (fun, "Sunk statements", sink_stats.sunk);
tree-ssa-sink.cc 70 /* The number of statements sunk down the flowgraph by code sinking. */
71 int sunk; member in struct:__anon13981
73 /* The number of stores commoned and sunk down by store commoning. */
310 sunk.
723 sink_stats.sunk++;
839 statistics_counter_event (fun, "Sunk statements", sink_stats.sunk);
tree-ssa-sink.cc 70 /* The number of statements sunk down the flowgraph by code sinking. */
71 int sunk; member in struct:__anon13981
73 /* The number of stores commoned and sunk down by store commoning. */
310 sunk.
723 sink_stats.sunk++;
839 statistics_counter_event (fun, "Sunk statements", sink_stats.sunk);
tree-ssa-sink.cc 70 /* The number of statements sunk down the flowgraph by code sinking. */
71 int sunk; member in struct:__anon13981
73 /* The number of stores commoned and sunk down by store commoning. */
310 sunk.
723 sink_stats.sunk++;
839 statistics_counter_event (fun, "Sunk statements", sink_stats.sunk);
tree-eh.cc 3627 SUNK, if not NULL, is an array of sequences indexed by basic-block
3634 gimple_seq *sunk = NULL, bool *found_opportunity = NULL)
3669 if (!any_clobbers && (!sunk || gimple_seq_empty_p (sunk[bb->index])))
3698 if (sunk && !(succbb->flags & BB_VISITED))
3699 dgsi = gsi_start (sunk[succbb->index]);
3736 if (sunk && !gimple_seq_empty_p (sunk[bb->index]))
3739 first_sunk = gsi_stmt (gsi_last (sunk[bb->index]));
3740 last_sunk = gsi_stmt (gsi_start (sunk[bb->index]))
4000 gimple_seq *sunk = XCNEWVEC (gimple_seq, last_basic_block_for_fn (fun)); local
    [all...]
tree-eh.cc 3627 SUNK, if not NULL, is an array of sequences indexed by basic-block
3634 gimple_seq *sunk = NULL, bool *found_opportunity = NULL)
3669 if (!any_clobbers && (!sunk || gimple_seq_empty_p (sunk[bb->index])))
3698 if (sunk && !(succbb->flags & BB_VISITED))
3699 dgsi = gsi_start (sunk[succbb->index]);
3736 if (sunk && !gimple_seq_empty_p (sunk[bb->index]))
3739 first_sunk = gsi_stmt (gsi_last (sunk[bb->index]));
3740 last_sunk = gsi_stmt (gsi_start (sunk[bb->index]))
4000 gimple_seq *sunk = XCNEWVEC (gimple_seq, last_basic_block_for_fn (fun)); local
    [all...]
tree-eh.cc 3627 SUNK, if not NULL, is an array of sequences indexed by basic-block
3634 gimple_seq *sunk = NULL, bool *found_opportunity = NULL)
3669 if (!any_clobbers && (!sunk || gimple_seq_empty_p (sunk[bb->index])))
3698 if (sunk && !(succbb->flags & BB_VISITED))
3699 dgsi = gsi_start (sunk[succbb->index]);
3736 if (sunk && !gimple_seq_empty_p (sunk[bb->index]))
3739 first_sunk = gsi_stmt (gsi_last (sunk[bb->index]));
3740 last_sunk = gsi_stmt (gsi_start (sunk[bb->index]))
4000 gimple_seq *sunk = XCNEWVEC (gimple_seq, last_basic_block_for_fn (fun)); local
    [all...]
tree-eh.cc 3627 SUNK, if not NULL, is an array of sequences indexed by basic-block
3634 gimple_seq *sunk = NULL, bool *found_opportunity = NULL)
3669 if (!any_clobbers && (!sunk || gimple_seq_empty_p (sunk[bb->index])))
3698 if (sunk && !(succbb->flags & BB_VISITED))
3699 dgsi = gsi_start (sunk[succbb->index]);
3736 if (sunk && !gimple_seq_empty_p (sunk[bb->index]))
3739 first_sunk = gsi_stmt (gsi_last (sunk[bb->index]));
3740 last_sunk = gsi_stmt (gsi_start (sunk[bb->index]))
4000 gimple_seq *sunk = XCNEWVEC (gimple_seq, last_basic_block_for_fn (fun)); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sink.cc 69 /* The number of statements sunk down the flowgraph by code sinking. */
70 int sunk; member in struct:__anon16402
72 /* The number of stores commoned and sunk down by store commoning. */
290 sunk.
744 sink_stats.sunk++;
859 statistics_counter_event (fun, "Sunk statements", sink_stats.sunk);
tree-ssa-sink.cc 69 /* The number of statements sunk down the flowgraph by code sinking. */
70 int sunk; member in struct:__anon16402
72 /* The number of stores commoned and sunk down by store commoning. */
290 sunk.
744 sink_stats.sunk++;
859 statistics_counter_event (fun, "Sunk statements", sink_stats.sunk);
tree-ssa-sink.cc 69 /* The number of statements sunk down the flowgraph by code sinking. */
70 int sunk; member in struct:__anon16402
72 /* The number of stores commoned and sunk down by store commoning. */
290 sunk.
744 sink_stats.sunk++;
859 statistics_counter_event (fun, "Sunk statements", sink_stats.sunk);
tree-ssa-sink.cc 69 /* The number of statements sunk down the flowgraph by code sinking. */
70 int sunk; member in struct:__anon16402
72 /* The number of stores commoned and sunk down by store commoning. */
290 sunk.
744 sink_stats.sunk++;
859 statistics_counter_event (fun, "Sunk statements", sink_stats.sunk);
tree-eh.cc 3609 SUNK, if not NULL, is an array of sequences indexed by basic-block
3616 gimple_seq *sunk = NULL, bool *found_opportunity = NULL)
3651 if (!any_clobbers && (!sunk || gimple_seq_empty_p (sunk[bb->index])))
3680 if (sunk && !(succbb->flags & BB_VISITED))
3681 dgsi = gsi_start (sunk[succbb->index]);
3718 if (sunk && !gimple_seq_empty_p (sunk[bb->index]))
3721 first_sunk = gsi_stmt (gsi_last (sunk[bb->index]));
3722 last_sunk = gsi_stmt (gsi_start (sunk[bb->index]))
3979 gimple_seq *sunk = XCNEWVEC (gimple_seq, last_basic_block_for_fn (fun)); local
    [all...]
tree-eh.cc 3609 SUNK, if not NULL, is an array of sequences indexed by basic-block
3616 gimple_seq *sunk = NULL, bool *found_opportunity = NULL)
3651 if (!any_clobbers && (!sunk || gimple_seq_empty_p (sunk[bb->index])))
3680 if (sunk && !(succbb->flags & BB_VISITED))
3681 dgsi = gsi_start (sunk[succbb->index]);
3718 if (sunk && !gimple_seq_empty_p (sunk[bb->index]))
3721 first_sunk = gsi_stmt (gsi_last (sunk[bb->index]));
3722 last_sunk = gsi_stmt (gsi_start (sunk[bb->index]))
3979 gimple_seq *sunk = XCNEWVEC (gimple_seq, last_basic_block_for_fn (fun)); local
    [all...]
tree-eh.cc 3609 SUNK, if not NULL, is an array of sequences indexed by basic-block
3616 gimple_seq *sunk = NULL, bool *found_opportunity = NULL)
3651 if (!any_clobbers && (!sunk || gimple_seq_empty_p (sunk[bb->index])))
3680 if (sunk && !(succbb->flags & BB_VISITED))
3681 dgsi = gsi_start (sunk[succbb->index]);
3718 if (sunk && !gimple_seq_empty_p (sunk[bb->index]))
3721 first_sunk = gsi_stmt (gsi_last (sunk[bb->index]));
3722 last_sunk = gsi_stmt (gsi_start (sunk[bb->index]))
3979 gimple_seq *sunk = XCNEWVEC (gimple_seq, last_basic_block_for_fn (fun)); local
    [all...]
tree-eh.cc 3609 SUNK, if not NULL, is an array of sequences indexed by basic-block
3616 gimple_seq *sunk = NULL, bool *found_opportunity = NULL)
3651 if (!any_clobbers && (!sunk || gimple_seq_empty_p (sunk[bb->index])))
3680 if (sunk && !(succbb->flags & BB_VISITED))
3681 dgsi = gsi_start (sunk[succbb->index]);
3718 if (sunk && !gimple_seq_empty_p (sunk[bb->index]))
3721 first_sunk = gsi_stmt (gsi_last (sunk[bb->index]));
3722 last_sunk = gsi_stmt (gsi_start (sunk[bb->index]))
3979 gimple_seq *sunk = XCNEWVEC (gimple_seq, last_basic_block_for_fn (fun)); local
    [all...]

Completed in 130 milliseconds