Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h2259 void LLVMRemoveBasicBlockFromParent(LLVMBasicBlockRef BB);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1271 LLVMRemoveBasicBlockFromParent(BB); in llvm_remove_block()
/external/llvm/lib/IR/
DCore.cpp1799 void LLVMRemoveBasicBlockFromParent(LLVMBasicBlockRef BBRef) { in LLVMRemoveBasicBlockFromParent() function