Searched refs:bb_idx (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c115 int operand_idx, int bb_idx);
204 int bb_idx)
206 m_bb_idx (bb_idx)
616 int bb_idx = atoi (name.string); local
630 if (m_highest_bb_idx < bb_idx)
631 m_highest_bb_idx = bb_idx;
646 bb->index = bb_idx;
652 SET_BASIC_BLOCK_FOR_FN (cfun, bb_idx, bb);
1201 int bb_idx = atoi (name.string); local
1203 bb_idx);
203 fixup_note_insn_basic_block(file_location loc, rtx insn, int operand_idx, int bb_idx) argument
1362 add_fixup_note_insn_basic_block(file_location loc, rtx insn, int operand_idx, int bb_idx) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dread-rtl-function.cc115 int operand_idx, int bb_idx);
204 int bb_idx)
206 m_bb_idx (bb_idx)
616 int bb_idx = atoi (name.string); local
630 if (m_highest_bb_idx < bb_idx)
631 m_highest_bb_idx = bb_idx;
646 bb->index = bb_idx;
652 SET_BASIC_BLOCK_FOR_FN (cfun, bb_idx, bb);
1202 int bb_idx = atoi (name.string); local
1204 bb_idx);
203 fixup_note_insn_basic_block(file_location loc, rtx insn, int operand_idx, int bb_idx) argument
1363 add_fixup_note_insn_basic_block(file_location loc, rtx insn, int operand_idx, int bb_idx) argument
[all...]

Completed in 146 milliseconds