Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_llvm_build.c1956 static LLVMBasicBlockRef append_basic_block(struct ac_llvm_context *ctx, in append_basic_block() function
1987 flow->loop_entry_block = append_basic_block(ctx, "LOOP"); in ac_build_bgnloop()
1988 flow->next_block = append_basic_block(ctx, "ENDLOOP"); in ac_build_bgnloop()
2013 endif_block = append_basic_block(ctx, "ENDIF"); in ac_build_else()
2054 if_block = append_basic_block(ctx, "IF"); in if_cond_emit()
2055 flow->next_block = append_basic_block(ctx, "ELSE"); in if_cond_emit()