Searched defs:SetInsertPoint (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | IRBuilder.h | 87 void SetInsertPoint(BasicBlock *TheBB) { function in class:llvm::IRBuilderBase 94 void SetInsertPoint(Instruction *I) { function in class:llvm::IRBuilderBase 103 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { function in class:llvm::IRBuilderBase 162 SetInsertPoint(IP.getBlock(), IP.getPoint()); 550 SetInsertPoint(TheBB); 555 SetInsertPoint(TheBB); 560 SetInsertPoint(IP); 566 SetInsertPoint(TheBB, IP); 572 SetInsertPoint(TheBB, IP); |
Completed in 511 milliseconds