Searched refs:while_block (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | unreachable-blocks.ll | 11 while_block: ; preds = %and_if_cont2, %and_if_cont 17 and_if1: ; preds = %while_block 22 and_if_cont2: ; preds = %and_if1, %while_block 23 %a18 = phi i1 [ %test, %while_block ], [ %test2, %and_if1 ] 24 br i1 %a18, label %while_block, label %return
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | unreachable-blocks.ll | 11 while_block: ; preds = %and_if_cont2, %and_if_cont 17 and_if1: ; preds = %while_block 22 and_if_cont2: ; preds = %and_if1, %while_block 23 %a18 = phi i1 [ %test, %while_block ], [ %test2, %and_if1 ] 24 br i1 %a18, label %while_block, label %return
|
/external/mesa3d/src/intel/compiler/ |
D | brw_predicated_break.cpp | 121 bblock_t *while_block = earlier_block->next(); in opt_predicated_break() local 122 backend_instruction *while_inst = while_block->start(); in opt_predicated_break() 132 earlier_block->add_successor(s->cfg->mem_ctx, while_block); in opt_predicated_break() 134 assert(earlier_block->can_combine_with(while_block)); in opt_predicated_break() 135 earlier_block->combine_with(while_block); in opt_predicated_break()
|