Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c416 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) { in else_emit()
437 && !LLVMGetBasicBlockTerminator(current_block)) { in endif_emit()
441 if (!LLVMGetBasicBlockTerminator(current_branch->else_block)) { in endif_emit()
446 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) { in endif_emit()
464 if (!LLVMGetBasicBlockTerminator(LLVMGetInsertBlock(gallivm->builder))) { in endloop_emit()
/external/llvm/include/llvm-c/
DCore.h2125 LLVMValueRef LLVMGetBasicBlockTerminator(LLVMBasicBlockRef BB);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1330 LLVMValueRef Term = LLVMGetBasicBlockTerminator(Block); in DEFINE_ITERATORS()
/external/llvm/lib/IR/
DCore.cpp1878 LLVMValueRef LLVMGetBasicBlockTerminator(LLVMBasicBlockRef BB) { in LLVMGetBasicBlockTerminator() function