Searched refs:loop_entry_block (Results 1 – 1 of 1) sorted by relevance
51 LLVMBasicBlockRef loop_entry_block; member3046 if (ctx->flow->stack[i - 1].loop_entry_block) in get_innermost_loop()3067 flow->loop_entry_block = NULL; in push_flow()3107 flow->loop_entry_block = append_basic_block(ctx, "LOOP"); in ac_build_bgnloop()3109 set_basicblock_name(flow->loop_entry_block, "loop", label_id); in ac_build_bgnloop()3110 LLVMBuildBr(ctx->builder, flow->loop_entry_block); in ac_build_bgnloop()3111 LLVMPositionBuilderAtEnd(ctx->builder, flow->loop_entry_block); in ac_build_bgnloop()3123 LLVMBuildBr(ctx->builder, flow->loop_entry_block); in ac_build_continue()3131 assert(!current_branch->loop_entry_block); in ac_build_else()3146 assert(!current_branch->loop_entry_block); in ac_build_endif()[all …]