Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h177 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
184 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
193 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
202 void SetInsertPoint(BasicBlock::iterator IP) { in SetInsertPoint() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h163 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function