Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h181 LLVM_ABI BranchInst *createBranchInst(llvm::BranchInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp355 return Ctx.createBranchInst(NewBr); in create()
364 return Ctx.createBranchInst(NewBr); in create()
H A DContext.cpp510 BranchInst *Context::createBranchInst(llvm::BranchInst *BI) { in createBranchInst() function in llvm::sandboxir::Context