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

  /src/external/gpl3/gcc/dist/gcc/
sese.cc 48 LIVEOUTS set. */
51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb,
64 bitmap_set_bit (liveouts, ver);
87 bitmap liveouts = region->liveout; local
89 liveouts = region->debug_liveout;
92 sese_build_liveouts_use (region, liveouts, bb, USE_FROM_PTR (use_p));
97 are not marked as liveouts. */
127 /* Build the LIVEOUTS of REGION: the set of variables defined inside
sese.cc 48 LIVEOUTS set. */
51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb,
64 bitmap_set_bit (liveouts, ver);
87 bitmap liveouts = region->liveout; local
89 liveouts = region->debug_liveout;
92 sese_build_liveouts_use (region, liveouts, bb, USE_FROM_PTR (use_p));
97 are not marked as liveouts. */
127 /* Build the LIVEOUTS of REGION: the set of variables defined inside
sese.cc 48 LIVEOUTS set. */
51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb,
64 bitmap_set_bit (liveouts, ver);
87 bitmap liveouts = region->liveout; local
89 liveouts = region->debug_liveout;
92 sese_build_liveouts_use (region, liveouts, bb, USE_FROM_PTR (use_p));
97 are not marked as liveouts. */
127 /* Build the LIVEOUTS of REGION: the set of variables defined inside
  /src/external/gpl3/gcc.old/dist/gcc/
sese.cc 48 LIVEOUTS set. */
51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb,
64 bitmap_set_bit (liveouts, ver);
87 bitmap liveouts = region->liveout; local
89 liveouts = region->debug_liveout;
92 sese_build_liveouts_use (region, liveouts, bb, USE_FROM_PTR (use_p));
97 are not marked as liveouts. */
127 /* Build the LIVEOUTS of REGION: the set of variables defined inside
sese.cc 48 LIVEOUTS set. */
51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb,
64 bitmap_set_bit (liveouts, ver);
87 bitmap liveouts = region->liveout; local
89 liveouts = region->debug_liveout;
92 sese_build_liveouts_use (region, liveouts, bb, USE_FROM_PTR (use_p));
97 are not marked as liveouts. */
127 /* Build the LIVEOUTS of REGION: the set of variables defined inside
sese.cc 48 LIVEOUTS set. */
51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb,
64 bitmap_set_bit (liveouts, ver);
87 bitmap liveouts = region->liveout; local
89 liveouts = region->debug_liveout;
92 sese_build_liveouts_use (region, liveouts, bb, USE_FROM_PTR (use_p));
97 are not marked as liveouts. */
127 /* Build the LIVEOUTS of REGION: the set of variables defined inside
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
StackMapParser.h 246 /// Get the number of liveouts contained in this record.
269 iterator_range<liveout_iterator> liveouts() const { function in class:llvm::StackMapParser::LocationKind::RecordAccessor
StackMapParser.h 246 /// Get the number of liveouts contained in this record.
269 iterator_range<liveout_iterator> liveouts() const { function in class:llvm::StackMapParser::LocationKind::RecordAccessor
StackMapParser.h 246 /// Get the number of liveouts contained in this record.
269 iterator_range<liveout_iterator> liveouts() const { function in class:llvm::StackMapParser::LocationKind::RecordAccessor
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 506 iterator_range<liveout_iterator> liveouts() const { function in class:llvm::MachineBasicBlock
MachineBasicBlock.h 506 iterator_range<liveout_iterator> liveouts() const { function in class:llvm::MachineBasicBlock
MachineBasicBlock.h 506 iterator_range<liveout_iterator> liveouts() const { function in class:llvm::MachineBasicBlock

Completed in 143 milliseconds