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

/external/llvm/include/llvm/Support/
H A DIRBuilder.h72 /// SetInsertPoint - This specifies that created instructions should be
74 void SetInsertPoint(BasicBlock *TheBB) { function in class:llvm::IRBuilderBase
79 /// SetInsertPoint - This specifies that created instructions should be
81 void SetInsertPoint(Instruction *I) { function in class:llvm::IRBuilderBase
87 /// SetInsertPoint - This specifies that created instructions should be
89 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { function in class:llvm::IRBuilderBase
94 /// SetInsertPoint(Use) - Find the nearest point that dominates this use, and
96 void SetInsertPoint(Use &U) { function in class:llvm::IRBuilderBase
101 SetInsertPoint(PredBB, PredBB->getTerminator());
104 SetInsertPoint(UseIns
[all...]

Completed in 25 milliseconds