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

/external/llvm/include/llvm/IR/
H A DIRBuilder.h83 void SetInsertPoint(BasicBlock *TheBB) { function in class:llvm::IRBuilderBase
90 void SetInsertPoint(Instruction *I) { function in class:llvm::IRBuilderBase
99 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { function in class:llvm::IRBuilderBase
106 void SetInsertPoint(Use &U) { function in class:llvm::IRBuilderBase
111 SetInsertPoint(PredBB, PredBB->getTerminator());
114 SetInsertPoint(UseInst);
171 SetInsertPoint(IP.getBlock(), IP.getPoint());
451 SetInsertPoint(TheBB);
456 SetInsertPoint(TheBB);
461 SetInsertPoint(I
[all...]

Completed in 206 milliseconds