Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h783 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BB);
/external/llvm/include/llvm-c/
DCore.h2394 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BB);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1135 LLVMDeleteBasicBlock(BB); in llvm_delete_block()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1404 LLVMDeleteBasicBlock(BB); in llvm_delete_block()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1527 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BBRef) { in LLVMDeleteBasicBlock() function
/external/llvm/lib/IR/
DCore.cpp2076 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BBRef) { in LLVMDeleteBasicBlock() function
/external/llvm/bindings/go/llvm/
Dir.go1134 func (bb BasicBlock) EraseFromParent() { C.LLVMDeleteBasicBlock(bb.C) }