Searched refs:loop_entry_block (Results 1 – 1 of 1) sorted by relevance
51 LLVMBasicBlockRef loop_entry_block; member1919 if (ctx->flow[i - 1].loop_entry_block) in get_innermost_loop()1942 flow->loop_entry_block = NULL; in push_flow()1987 flow->loop_entry_block = append_basic_block(ctx, "LOOP"); in ac_build_bgnloop()1989 set_basicblock_name(flow->loop_entry_block, "loop", label_id); in ac_build_bgnloop()1990 LLVMBuildBr(ctx->builder, flow->loop_entry_block); in ac_build_bgnloop()1991 LLVMPositionBuilderAtEnd(ctx->builder, flow->loop_entry_block); in ac_build_bgnloop()2003 LLVMBuildBr(ctx->builder, flow->loop_entry_block); in ac_build_continue()2011 assert(!current_branch->loop_entry_block); in ac_build_else()2026 assert(!current_branch->loop_entry_block); in ac_build_endif()[all …]