Searched refs:loop_entry_block (Results 1 – 1 of 1) sorted by relevance
51 LLVMBasicBlockRef loop_entry_block; member2851 if (ctx->flow->stack[i - 1].loop_entry_block) in get_innermost_loop()2872 flow->loop_entry_block = NULL; in push_flow()2912 flow->loop_entry_block = append_basic_block(ctx, "LOOP"); in ac_build_bgnloop()2914 set_basicblock_name(flow->loop_entry_block, "loop", label_id); in ac_build_bgnloop()2915 LLVMBuildBr(ctx->builder, flow->loop_entry_block); in ac_build_bgnloop()2916 LLVMPositionBuilderAtEnd(ctx->builder, flow->loop_entry_block); in ac_build_bgnloop()2928 LLVMBuildBr(ctx->builder, flow->loop_entry_block); in ac_build_continue()2936 assert(!current_branch->loop_entry_block); in ac_build_else()2967 assert(!current_branch->loop_entry_block); in ac_build_endif()[all …]