Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLJIT.cpp1717 LLVMDeleteBasicBlock(fAllocaBlock); in compileStageFunctionVector()
1718 LLVMDeleteBasicBlock(start); in compileStageFunctionVector()
/external/skqp/src/sksl/
DSkSLJIT.cpp1717 LLVMDeleteBasicBlock(fAllocaBlock); in compileStageFunctionVector()
1718 LLVMDeleteBasicBlock(start); in compileStageFunctionVector()
/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-7.0/llvm/include/llvm-c/
DCore.h2620 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BB);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1135 LLVMDeleteBasicBlock(BB); in llvm_delete_block()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1468 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) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1196 func (bb BasicBlock) EraseFromParent() { C.LLVMDeleteBasicBlock(bb.C) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2302 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BBRef) { in LLVMDeleteBasicBlock() function