HomeSort by relevance Sort by last modified time
    Searched refs:basic_block (Results 1 - 25 of 27) 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/0.153/libdw/
dwarf_lineblock.c 64 *flagp = line->basic_block;
dwarf_getsrclines.c 332 bool basic_block = false; local
379 SET (basic_block);
424 basic_block = false;
458 basic_block = false;
553 basic_block = false;
610 basic_block = true;
libdwP.h 251 unsigned int basic_block:1; member in struct:Dwarf_Line_s
  /external/lldb/include/lldb/Expression/
IRForTarget.h 367 /// @param[in] basic_block
374 RewriteObjCSelectors (llvm::BasicBlock &basic_block);
402 /// @param[in] basic_block
406 RewritePersistentAllocs (llvm::BasicBlock &basic_block);
496 /// @param[in] basic_block
503 ResolveCalls (llvm::BasicBlock &basic_block);
517 RemoveCXAAtExit (llvm::BasicBlock &basic_block);
522 /// @param[in] basic_block
550 /// @param[in] basic_block
557 RemoveGuards (llvm::BasicBlock &basic_block);
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h 119 basic_block(rhs.basic_block),
135 basic_block = rhs.basic_block;
154 basic_block:1, // A boolean indicating that the current instruction is the beginning of a basic block. member in struct:DWARFDebugLine::Row
DWARFDebugLine.cpp 309 row.basic_block = true;
692 // the basic_block register to false.
728 // Takes no arguments. Set the basic_block register of the
730 state.basic_block = true;
772 // Takes no arguments. Set the basic_block register of the
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h 77 int basic_block; member in struct:dwarf2_loc
dwarf2-line.c 393 if (loc->basic_block) {
625 bcinfo.loc.basic_block = 0;
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp     [all...]
  /art/compiler/jni/portable/
jni_compiler.cc 273 ::llvm::BasicBlock* basic_block = ::llvm::BasicBlock::Create(*context_, "B0", func_); local
276 irb_.SetInsertPoint(basic_block);
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 205 Int basic_block; member in struct:__anon16155
295 state_machine_regs.basic_block = 0;
782 state_machine_regs.basic_block = 0; /* JRS added */
828 state_machine_regs.basic_block = 1;
    [all...]

Completed in 429 milliseconds

1 2