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

  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn-tree.cc 158 gimple *latch_end = gimple_seq_last (latch_seq); local
162 edge post_edge = split_block (loop_bb, latch_end);
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-tree.cc 158 gimple *latch_end = gimple_seq_last (latch_seq); local
162 edge post_edge = split_block (loop_bb, latch_end);
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 6890 gimple *latch_end = gimple_seq_last (latch_seq);
6894 edge post_edge = split_block (loop_bb, latch_end);
6882 gimple *latch_end = gimple_seq_last (latch_seq); local
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 6743 gimple *latch_end = gimple_seq_last (latch_seq);
6747 edge post_edge = split_block (loop_bb, latch_end);
6735 gimple *latch_end = gimple_seq_last (latch_seq); local

Completed in 23 milliseconds