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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h88 // from InsertPointGuard to add SetInsertPoint() which is used to updated
119 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } function in class:llvm::SCEVExpander::SCEVInsertPointGuard
/external/llvm/include/llvm/IR/
H A DIRBuilder.h109 void SetInsertPoint(BasicBlock *TheBB) { function in class:llvm::IRBuilderBase
116 void SetInsertPoint(Instruction *I) { function in class:llvm::IRBuilderBase
125 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { function in class:llvm::IRBuilderBase
184 SetInsertPoint(IP.getBlock(), IP.getPoint());
583 SetInsertPoint(TheBB);
589 SetInsertPoint(TheBB);
595 SetInsertPoint(IP);
602 SetInsertPoint(TheBB, IP);
609 SetInsertPoint(TheBB, IP);
/external/swiftshader/third_party/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 117 milliseconds