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

  /src/external/gpl3/gcc.old/dist/gcc/
shrink-wrap.cc 435 prepare_shrink_wrap (basic_block entry_block)
445 if (JUMP_P (BB_END (entry_block)))
451 copyprop_hardreg_forward_bb_without_debug_insn (entry_block);
458 FOR_BB_INSNS_REVERSE_SAFE (entry_block, insn, curr)
460 && !move_insn_for_shrink_wrap (entry_block, insn, uses, defs,
1280 basic_block entry_block = ENTRY_BLOCK_PTR_FOR_FN (cfun);
1303 bitmap_copy (SW (entry_block)->head_components, components);
1308 todo.quick_push (single_succ (entry_block));
1309 bitmap_set_bit (seen, single_succ (entry_block)->index);
1279 basic_block entry_block = ENTRY_BLOCK_PTR_FOR_FN (cfun); local
tree-ssa-live.cc 1260 indexed by bb->index. ACTIVE[ENTRY_BLOCK] must be empty bitmap,
1542 int entry_block = e->dest->index;
1569 entry_block);
1579 entry_block);
1629 entry_block);
1540 int entry_block = e->dest->index; local
trans-mem.cc 933 basic_block entry_block;
1084 ENTRY_BLOCK is the entry_block for the transaction.
1093 If known, ENTRY_BLOCK is the entry block for the region, otherwise
1096 tm_log_add (basic_block entry_block, tree addr, gimple *stmt)
1112 if (entry_block
1113 && transaction_invariant_address_p (lp->addr, entry_block)
1124 lp->entry_block = entry_block;
1293 ENTRY_BLOCK is the entry block for the transaction
929 basic_block entry_block; member in struct:tm_log_entry
1911 basic_block entry_block; member in struct:tm_region
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
shrink-wrap.cc 435 prepare_shrink_wrap (basic_block entry_block)
445 if (JUMP_P (BB_END (entry_block)))
451 copyprop_hardreg_forward_bb_without_debug_insn (entry_block);
458 FOR_BB_INSNS_REVERSE_SAFE (entry_block, insn, curr)
460 && !move_insn_for_shrink_wrap (entry_block, insn, uses, defs,
1280 basic_block entry_block = ENTRY_BLOCK_PTR_FOR_FN (cfun);
1303 bitmap_copy (SW (entry_block)->head_components, components);
1308 todo.quick_push (single_succ (entry_block));
1309 bitmap_set_bit (seen, single_succ (entry_block)->index);
1279 basic_block entry_block = ENTRY_BLOCK_PTR_FOR_FN (cfun); local
tree-ssa-live.cc 1303 indexed by bb->index. ACTIVE[ENTRY_BLOCK] must be empty bitmap,
1585 int entry_block = e->dest->index;
1612 entry_block);
1622 entry_block);
1672 entry_block);
1687 liveout[ENTRY_BLOCK] = ssa_default_def (cfun, gimple_vop (cfun));
1583 int entry_block = e->dest->index; local
trans-mem.cc 939 basic_block entry_block;
1090 ENTRY_BLOCK is the entry_block for the transaction.
1099 If known, ENTRY_BLOCK is the entry block for the region, otherwise
1102 tm_log_add (basic_block entry_block, tree addr, gimple *stmt)
1118 if (entry_block
1119 && transaction_invariant_address_p (lp->addr, entry_block)
1130 lp->entry_block = entry_block;
1299 ENTRY_BLOCK is the entry block for the transaction
935 basic_block entry_block; member in struct:tm_log_entry
1920 basic_block entry_block; member in struct:tm_region
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 1725 (** [entry_block fn] returns the entry basic block of the function [f].
1727 val entry_block : llvalue -> llbasicblock var

Completed in 80 milliseconds