HomeSort by relevance Sort by last modified time
    Searched refs:basic_block (Results 1 - 25 of 29) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfghooks.h 30 void (*dump_bb) (FILE *, basic_block, int, int);
31 void (*dump_bb_for_graph) (pretty_printer *, basic_block);
36 basic_block (*create_basic_block) (void *head, void *end, basic_block after);
42 edge (*redirect_edge_and_branch) (edge e, basic_block b);
47 basic_block (*redirect_edge_and_branch_force) (edge, basic_block);
54 void (*delete_basic_block) (basic_block);
58 basic_block (*split_block) (basic_block b, void * i)
    [all...]
basic-block.h 38 basic_block src;
39 basic_block dest;
194 basic_block prev_bb;
195 basic_block next_bb;
233 /* Masks for basic_block.flags. */
258 basic_block bb_ = (bb); \
291 basic_block x_entry_block_ptr;
292 basic_block x_exit_block_ptr;
295 vec<basic_block, va_gc> *x_basic_block_info;
311 vec<basic_block, va_gc> *x_label_to_block_map
    [all...]
tree-flow.h 275 static inline void set_phi_nodes (basic_block, gimple_seq);
325 basic_block entry;
328 basic_block exit;
331 basic_block cont;
349 extern struct omp_region *new_omp_region (basic_block, enum gimple_code,
352 void omp_expand_local (basic_block);
370 extern basic_block single_noncomplex_succ (basic_block bb);
371 extern void gimple_dump_bb (FILE *, basic_block, int, int);
372 extern void gimple_debug_bb (basic_block);
    [all...]
gimple-pretty-print.h 34 extern void gimple_dump_bb_for_graph (pretty_printer *, basic_block);
cfgloop.h 112 basic_block header;
115 basic_block latch;
212 bool bb_loop_header_p (basic_block);
222 int flow_loop_nodes_find (basic_block, struct loop *);
243 extern bool loop_exits_to_bb_p (struct loop *, basic_block);
244 extern bool loop_exits_from_bb_p (struct loop *, basic_block);
249 extern basic_block *get_loop_body (const struct loop *);
250 extern unsigned get_loop_body_with_size (const struct loop *, basic_block *,
252 extern basic_block *get_loop_body_in_dom_order (const struct loop *);
253 extern basic_block *get_loop_body_in_bfs_order (const struct loop *)
    [all...]
dumpfile.h 135 extern void dump_basic_block (int, basic_block, int);
148 extern void dump_bb (FILE *, basic_block, int, int);
tree-inline.h 116 basic_block entry_bb;
coretypes.h 154 typedef struct basic_block_def *basic_block; typedef in typeref:struct:basic_block_def
tree-ssa-sccvn.h 69 basic_block block;
gimple.h 143 basic_block bb;
202 basic_block bb;
818 void gimple_set_bb (gimple, basic_block);
    [all...]
cgraph.h 667 basic_block init_lowered_empty_function (tree decl, bool in_ssa);
697 basic_block, const char *);
699 bool, bitmap, bool, bitmap, basic_block);
704 int compute_call_stmt_bb_frequency (tree, basic_block bb);
    [all...]
tree-flow-inline.h 456 phi_nodes_ptr (basic_block bb)
465 set_phi_nodes (basic_block bb, gimple_seq seq)
550 basic_block bb = gimple_bb (stmt);
    [all...]
rtl.h 197 basic_block rt_bb;
    [all...]
genrtl.h 96 basic_block arg3,
126 basic_block arg3,
157 basic_block arg3,
214 basic_block arg3,
    [all...]
  /external/elfutils/libdw/
dwarf_lineblock.c 43 *flagp = line->basic_block;
dwarf_getsrclines.c 89 bool basic_block; member in struct:line_state
137 SET (basic_block);
200 .basic_block = false,
465 state.basic_block = false;
499 state.basic_block = false;
603 state.basic_block = false;
668 state.basic_block = true;
  /external/google-breakpad/src/common/dwarf/
line_state_machine.h 45 basic_block = false;
54 bool basic_block; member in struct:dwarf2reader::LineStateMachine
dwarf2reader.cc 647 lsm->basic_block = true;
655 lsm->basic_block = false;
704 lsm->basic_block = true;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-diag-1.s 11 .loc 1 1 basic_block
12 .loc 1 1 basic_block 0
lns-common-1.s 14 .loc 1 5 isa 1 basic_block
lns-common-1-ia64.s 11 .loc 1 5 isa 1 basic_block
lns-common-1-or1k.s 14 .loc 1 5 isa 1 basic_block
  /external/elfutils/tests/
get-lines.c 115 bool basic_block; local
116 if (dwarf_lineblock (l, &basic_block) != 0)
117 basic_block = false;
127 basic_block ? "yes" : "no", prologue_end ? "yes" : "no",
  /art/compiler/optimizing/
bounds_check_elimination.cc 584 ArenaSafeMap<int, ValueRange*>* GetValueRangeMap(HBasicBlock* basic_block) {
585 if (IsAddedBlock(basic_block)) {
589 return &maps_[basic_block->GetBlockId()];
593 ValueRange* LookupValueRange(HInstruction* instruction, HBasicBlock* basic_block) {
594 while (basic_block != nullptr) {
595 ArenaSafeMap<int, ValueRange*>* map = GetValueRangeMap(basic_block);
601 DCHECK(IsAddedBlock(basic_block));
603 basic_block = basic_block->GetDominator();
610 void AssignRange(HBasicBlock* basic_block, HInstruction* instruction, ValueRange* range)
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 1528 bool basic_block; member in struct:gold::LineStateMachine
    [all...]

Completed in 267 milliseconds

1 2