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

/external/llvm/include/llvm/Support/
H A DIRBuilder.h71 /// SetInsertPoint - This specifies that created instructions should be
73 void SetInsertPoint(BasicBlock *TheBB) { function in class:llvm::IRBuilderBase
78 /// SetInsertPoint - This specifies that created instructions should be
80 void SetInsertPoint(Instruction *I) { function in class:llvm::IRBuilderBase
86 /// SetInsertPoint - This specifies that created instructions should be
88 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { function in class:llvm::IRBuilderBase
93 /// SetInsertPoint(Use) - Find the nearest point that dominates this use, and
95 void SetInsertPoint(Use &U) { function in class:llvm::IRBuilderBase
100 SetInsertPoint(PredBB, PredBB->getTerminator());
103 SetInsertPoint(UseIns
[all...]

Completed in 68 milliseconds