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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c746 int this_bb_idx = block->index; local
750 /* "(edge-from 2)" means src = 2, dest = this_bb_idx, whereas
751 "(edge-to 3)" means src = this_bb_idx, dest = 3. */
752 int src_idx = from ? other_bb_idx : this_bb_idx;
753 int dest_idx = from ? this_bb_idx : other_bb_idx;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dread-rtl-function.cc746 int this_bb_idx = block->index; local
750 /* "(edge-from 2)" means src = 2, dest = this_bb_idx, whereas
751 "(edge-to 3)" means src = this_bb_idx, dest = 3. */
752 int src_idx = from ? other_bb_idx : this_bb_idx;
753 int dest_idx = from ? this_bb_idx : other_bb_idx;

Completed in 260 milliseconds