Searched refs:split_block (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dcfghooks.h55 basic_block (*split_block) (basic_block b, void * i); member in struct:cfg_hooks
144 extern edge split_block (basic_block, void *);
H A Dvalue-prof.c227 e12 = split_block (bb, bb1end);
230 e23 = split_block (bb2, bb2end);
233 e34 = split_block (bb3, bb3end);
394 e12 = split_block (bb, bb1end);
397 e23 = split_block (bb2, bb2end);
400 e34 = split_block (bb3, bb3end);
565 e12 = split_block (bb, bb1end);
571 e23 = split_block (bb2, bb2end);
576 e34 = split_block (ncounts ? bb3 : bb2, bb3end);
H A Dcfghooks.c319 split_block (basic_block bb, void *i) function
323 if (!cfg_hooks->split_block)
324 internal_error ("%s does not support split_block", cfg_hooks->name);
326 new_bb = cfg_hooks->split_block (bb, i);
348 return split_block (bb, NULL);
H A Dtree-optimize.c298 edge e = split_block (bb, stmt);
H A Dmode-switching.c365 src_bb = split_block (src_bb,
370 pre_exit = split_block (src_bb, before_return_copy)->src;
H A Dcfgbuild.c224 /* Basic blocks created via split_block belong to this state.
663 fallthru = split_block (bb, PREV_INSN (insn));
678 fallthru = split_block (bb, PREV_INSN (insn));
H A Drtl-factoring.c957 return block_label (split_block (bb, insn)->dest);
1024 sb->label = block_label (split_block (bb, insn)->dest);
1066 delete_basic_block (split_block (bb, insn)->dest);
H A Dtree-cfgcleanup.c174 split_block (bb, stmt);
H A Dcfgcleanup.c1733 redirect_to = split_block (src2, PREV_INSN (newpos2))->dest;
1810 redirect_from = split_block (src1, PREV_INSN (newpos1))->src;
H A Dtree-mudflap.c518 e = split_block (cond_bb, bsi_stmt (bsi));
543 updated by split_block. */
H A Dcfglayout.c899 bb = split_block (bb, NULL)->dest;
H A Dtree-inline.c825 /* Do this before the possible split_block. */
844 right at this point; split_block doesn't care. */
846 edge e = split_block (new_bb, copy_stmt);
2032 e = split_block (bb, stmt);
2037 /* split_block splits after the statement; work around this by
H A Dtree-complex.c1064 e = split_block (bsi->bb, cond);
1083 updated by split_block. */
H A Domp-low.c2222 e = split_block (bb, NULL);
2528 e = split_block (entry_bb, t);
H A Drecog.c3231 nfte = split_block (bb, x);
H A Dcfgrtl.c2361 /* Same as split_block but update cfg_layout structures. */
2862 e = split_block (bb, split_at_insn);
H A Dhaifa-sched.c3804 e = split_block (first_bb, check);
3805 /* split_block emits note if *check == BB_END. Probably it
4373 split_block (), as they assume consistency of register live information. */
H A Dtree-cfg.c5391 e = split_block (bb, stmt);
5599 tree_split_block, /* split_block */
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_mem.c44 static struct mem_block *split_block(struct mem_block *p, int start, int size, function
95 return split_block(p, start, size, file_priv);
H A Di915_mem.c94 static struct mem_block *split_block(struct mem_block *p, int start, int size, function
145 return split_block(p, start, size, file_priv);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_mem.c43 static struct mem_block *split_block(struct mem_block *p, int start, int size, function
94 return split_block(p, start, size, file_priv);
/freebsd-11-stable/contrib/xz/src/xz/
H A Dcoder.c571 split_block(uint64_t *block_remaining, function
747 split_block(&block_remaining,

Completed in 217 milliseconds