Searched defs:SetInsertPoint (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ | ||
H A D | ScalarEvolutionExpander.h | 146 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } SetInsertPoint() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | IRBuilder.h | 180 void SetInsertPoint(BasicBlock *TheBB) { SetInsertPoint() function |