HomeSort by: relevance | last modified time | path
    Searched defs:target_block (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-cfgcleanup.cc 287 basic_block target_block; local
296 target_block = label_to_block (cfun, label);
299 if (e->dest != target_block)
313 bitmap_set_bit (cfgcleanup_altered_bbs, target_block->index);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfgcleanup.cc 286 basic_block target_block; local
295 target_block = label_to_block (cfun, label);
298 if (e->dest != target_block)
312 bitmap_set_bit (cfgcleanup_altered_bbs, target_block->index);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
compiler.h 69 int target_block; member in union:midgard_branch::__anon2806
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
midgard_compile.c 104 int target_block; member in union:midgard_branch::__anon3921
3707 then_branch->branch.target_block = after_else_idx;
3709 then_branch->branch.target_block = else_idx;
3710 then_exit->branch.target_block = after_else_idx;
3731 br_back.branch.target_block = start_idx;
3762 ins->branch.target_block = break_block_idx;
3972 int target_number = ins->branch.target_block;

Completed in 69 milliseconds