Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h77 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint() argument
78 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1255 BasicBlock *InsertBlock, in HandleByValArgumentInit() argument
1258 IRBuilder<> Builder(InsertBlock, InsertBlock->begin()); in HandleByValArgumentInit()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h177 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument
178 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()