Searched refs:LLVMAddDestination (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm-c/ |
D | Core.h | 2915 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 3663 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3626 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1898 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1788 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2507 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1259 func (v Value) AddDest(dest BasicBlock) { C.LLVMAddDestination(v.C, dest.C) }
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1421 func (v Value) AddDest(dest BasicBlock) { C.LLVMAddDestination(v.C, dest.C) }
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 3234 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3198 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function
|