OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:combo_bb
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc
4545
basic_block
combo_bb
;
4549
combo_bb
= test_bb;
4564
merge_blocks (
combo_bb
, bb);
4577
If
COMBO_BB
has more than one successor (THEN_BB), then that BARRIER
4581
&& EDGE_COUNT (
combo_bb
->succs) > 1)
4590
merge_blocks (
combo_bb
, then_bb);
4600
If
COMBO_BB
has more than one successor (ELSE_BB), then that BARRIER
4604
&& EDGE_COUNT (
combo_bb
->succs) > 1)
4613
merge_blocks (
combo_bb
, else_bb);
4622
rtx_insn *last = BB_END (
combo_bb
);
4540
basic_block
combo_bb
;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
ifcvt.cc
4741
basic_block
combo_bb
;
4745
combo_bb
= test_bb;
4760
merge_blocks (
combo_bb
, bb);
4773
If
COMBO_BB
has more than one successor (THEN_BB), then that BARRIER
4777
&& EDGE_COUNT (
combo_bb
->succs) > 1)
4786
merge_blocks (
combo_bb
, then_bb);
4796
If
COMBO_BB
has more than one successor (ELSE_BB), then that BARRIER
4800
&& EDGE_COUNT (
combo_bb
->succs) > 1)
4809
merge_blocks (
combo_bb
, else_bb);
4818
rtx_insn *last = BB_END (
combo_bb
);
4736
basic_block
combo_bb
;
local
[
all
...]
Completed in 40 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026