Home
last modified time | relevance | path

Searched defs:InsertAtEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp479 BasicBlock *InsertAtEnd, Context &Ctx, in create()
516 BasicBlock *InsertAtEnd, Context &Ctx, in create()
556 BasicBlock *InsertAtEnd, Context &Ctx) { in create()
608 ReturnInst *ReturnInst::create(Value *RetVal, BasicBlock *InsertAtEnd, in create()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp964 BasicBlock *InsertAtEnd) { in insertDeclare()
1021 BasicBlock *InsertAtEnd) { in insertLabel()
1042 BasicBlock *InsertAtEnd) { in insertDbgValueIntrinsic()
H A DInstruction.cpp32 InsertPosition::InsertPosition(BasicBlock *InsertAtEnd) in InsertPosition()