Searched refs:after_block (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.c | 248 LLVMBasicBlockRef after_block; in lp_build_loop_end_cond() local 259 after_block = lp_build_insert_new_block(state->gallivm, "loop_end"); in lp_build_loop_end_cond() 261 LLVMBuildCondBr(builder, cond, after_block, state->block); in lp_build_loop_end_cond() 263 LLVMPositionBuilderAtEnd(builder, after_block); in lp_build_loop_end_cond()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.c | 248 LLVMBasicBlockRef after_block; in lp_build_loop_end_cond() local 259 after_block = lp_build_insert_new_block(state->gallivm, "loop_end"); in lp_build_loop_end_cond() 261 LLVMBuildCondBr(builder, cond, after_block, state->block); in lp_build_loop_end_cond() 263 LLVMPositionBuilderAtEnd(builder, after_block); in lp_build_loop_end_cond()
|