HomeSort by relevance Sort by last modified time
    Searched refs:next_bb (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 179 struct GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb"))) basic_block_def {
195 basic_block next_bb; variable
359 FOR_BB_BETWEEN (BB, (FN)->cfg->x_entry_block_ptr->next_bb, (FN)->cfg->x_exit_block_ptr, next_bb)
395 for (BB = ENTRY_BLOCK_PTR; BB; BB = BB->next_bb)
398 for (BB = ENTRY_BLOCK_PTR_FOR_FUNCTION (FN); BB; BB = BB->next_bb)
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 1335 BasicBlock* next_bb = iter.Next(); local
    [all...]

Completed in 112 milliseconds