Home
last modified time | relevance | path

Searched refs:merge_block (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c389 ifthen->merge_block = lp_build_insert_new_block(gallivm, "endif-block"); in lp_build_if()
394 ifthen->merge_block, in lp_build_if()
411 LLVMBuildBr(builder, ifthen->merge_block); in lp_build_else()
416 ifthen->merge_block, in lp_build_else()
433 LLVMBuildBr(builder, ifthen->merge_block); in lp_build_endif()
449 ifthen->true_block, ifthen->merge_block); in lp_build_endif()
453 LLVMPositionBuilderAtEnd(builder, ifthen->merge_block); in lp_build_endif()
Dlp_bld_flow.h172 LLVMBasicBlockRef merge_block; member
/external/v8/src/crankshaft/
Dhydrogen.cc1014 HBasicBlock* merge_block = in End() local
1029 builder()->GotoNoSimulate(current->block_, merge_block); in End()
1044 builder()->set_current_block(merge_block); in End()