Home
last modified time | relevance | path

Searched defs:CreateBr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DIRBuilder.h671 BranchInst *CreateBr(BasicBlock *Dest) { in CreateBr() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DIRBuilder.h1029 BranchInst *CreateBr(BasicBlock *Dest) { in CreateBr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DIRBuilder.h1108 BranchInst *CreateBr(BasicBlock *Dest) { in CreateBr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DIRBuilder.h1108 BranchInst *CreateBr(BasicBlock *Dest) { in CreateBr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DIRBuilder.h1114 BranchInst *CreateBr(BasicBlock *Dest) { in CreateBr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DIRBuilder.h1108 BranchInst *CreateBr(BasicBlock *Dest) { in CreateBr() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h971 BranchInst *CreateBr(BasicBlock *Dest) { in CreateBr() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1233 func (b Builder) CreateBr(bb BasicBlock) (rv Value) { rv.C = C.LLVMBuildBr(b.C, bb.C); return } func