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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-live.h 247 bitmap_head *liveout; member in struct:tree_live_info_d
309 gcc_checking_assert (live->liveout
313 return &live->liveout[bb->index];
345 virtual_operand_live() : liveout (nullptr) {}
348 if (liveout)
349 free (liveout);
359 tree *liveout; member in class:virtual_operand_live
sese.cc 79 sese_build_liveouts_use (region, region->liveout,
87 bitmap liveouts = region->liveout;
104 EXECUTE_IF_AND_COMPL_IN_BITMAP (region->debug_liveout, region->liveout,
135 gcc_assert (region->liveout == NULL
138 region->liveout = BITMAP_ALLOC (NULL);
156 region->liveout = NULL;
171 BITMAP_FREE (region->liveout);
213 EXECUTE_IF_SET_IN_BITMAP (region->liveout, 0, i, bi)
tree-ssa-live.cc 1028 live->liveout = XCNEWVEC (bitmap_head, last_basic_block_for_fn (cfun));
1032 bitmap_initialize (&live->liveout[bb->index], &live->liveout_obstack);
1053 if (live->liveout)
1056 free (live->liveout);
1090 Note that liveout is the DEFs in a block while live on entry is
1096 loe, &live->liveout[pred_bb->index]);
1136 in the liveout vector. */
1156 /* Mark defs in liveout bitmap temporarily. */
1158 bitmap_set_bit (&live->liveout[def_bb->index], p);
1218 /* live on entry calculations used liveout vectors for defs, clear them. *
    [all...]
sese.h 81 /* Liveout vars. */
82 bitmap liveout; member in class:sese_info_t
84 /* Liveout in debug stmts. */
graphite-isl-ast-to-gimple.cc 1135 /* But to code-generate liveouts - liveout PHI generation is
1137 && ! bitmap_bit_p (region->liveout, SSA_NAME_VERSION (lhs)))
1542 from for example SESE liveout PHIs. This is also for efficiency
graphite-scop-detection.cc 1526 EXECUTE_IF_SET_IN_BITMAP (scop->scop_info->liveout, 0, i, bi)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-live.h 243 bitmap_head *liveout; member in struct:tree_live_info_d
305 gcc_checking_assert (live->liveout
309 return &live->liveout[bb->index];
sese.cc 79 sese_build_liveouts_use (region, region->liveout,
87 bitmap liveouts = region->liveout;
104 EXECUTE_IF_AND_COMPL_IN_BITMAP (region->debug_liveout, region->liveout,
135 gcc_assert (region->liveout == NULL
138 region->liveout = BITMAP_ALLOC (NULL);
156 region->liveout = NULL;
171 BITMAP_FREE (region->liveout);
213 EXECUTE_IF_SET_IN_BITMAP (region->liveout, 0, i, bi)
tree-ssa-live.cc 985 live->liveout = XCNEWVEC (bitmap_head, last_basic_block_for_fn (cfun));
989 bitmap_initialize (&live->liveout[bb->index], &live->liveout_obstack);
1010 if (live->liveout)
1013 free (live->liveout);
1047 Note that liveout is the DEFs in a block while live on entry is
1053 loe, &live->liveout[pred_bb->index]);
1093 in the liveout vector. */
1113 /* Mark defs in liveout bitmap temporarily. */
1115 bitmap_set_bit (&live->liveout[def_bb->index], p);
1175 /* live on entry calculations used liveout vectors for defs, clear them. *
    [all...]
sese.h 81 /* Liveout vars. */
82 bitmap liveout; member in class:sese_info_t
84 /* Liveout in debug stmts. */
graphite-isl-ast-to-gimple.cc 1135 /* But to code-generate liveouts - liveout PHI generation is
1137 && ! bitmap_bit_p (region->liveout, SSA_NAME_VERSION (lhs)))
1542 from for example SESE liveout PHIs. This is also for efficiency
graphite-scop-detection.cc 1390 EXECUTE_IF_SET_IN_BITMAP (scop->scop_info->liveout, 0, i, bi)

Completed in 41 milliseconds