HomeSort by: relevance | last modified time | path
    Searched defs:SetInsertPoint (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 125 // from InsertPointGuard to add SetInsertPoint() which is used to updated
156 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
339 void setInsertPoint(Instruction *IP) {
341 Builder.SetInsertPoint(IP);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 184 void SetInsertPoint(BasicBlock *TheBB) {
191 void SetInsertPoint(Instruction *I) {
200 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
285 SetInsertPoint(IP.getBlock(), IP.getPoint());
2617 SetInsertPoint(TheBB);
2624 SetInsertPoint(TheBB);
2631 SetInsertPoint(IP);
2639 SetInsertPoint(TheBB, IP);
2647 SetInsertPoint(TheBB, IP);
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1342 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) {

Completed in 22 milliseconds