Home
last modified time | relevance | path

Searched defs:SetInsertPoint (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h127 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h127 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
134 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
143 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function