Home
last modified time | relevance | path

Searched refs:GetInsertPoint (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp220 BasicBlock *End = SpecialCases->splitBasicBlock(Builder.GetInsertPoint(), in generateUnsignedDivisionCode()
404 if (Rem == Builder.GetInsertPoint()) in expandRemainder()
407 BinaryOperator *BO = dyn_cast<BinaryOperator>(Builder.GetInsertPoint()); in expandRemainder()
420 if (BinaryOperator *UDiv = dyn_cast<BinaryOperator>(Builder.GetInsertPoint())) { in expandRemainder()
464 if (Div == Builder.GetInsertPoint()) in expandDivision()
467 BinaryOperator *BO = dyn_cast<BinaryOperator>(Builder.GetInsertPoint()); in expandDivision()
DFlattenCFG.cpp442 BasicBlock::iterator SaveInsertPt = Builder.GetInsertPoint(); in MergeIfRegion()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp48 BasicBlock::iterator BIP = Builder.GetInsertPoint(); in ReuseOrCreateCast()
165 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop()
181 DebugLoc Loc = Builder.GetInsertPoint()->getDebugLoc(); in InsertBinop()
484 SE.DT->dominates(cast<Instruction>(V), Builder.GetInsertPoint())); in expandAddToGEP()
499 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP()
1299 Builder.GetInsertPoint())) { in expandAddRecExprLiterally()
1601 Instruction *InsertPt = Builder.GetInsertPoint(); in expand()
1620 while (InsertPt != Builder.GetInsertPoint() in expand()
DMemoryBuiltins.cpp624 Instruction *PrevInsertPoint = Builder.GetInsertPoint(); in compute_()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp285 EXPECT_EQ(F, Builder.GetInsertPoint()); in TEST_F()
288 EXPECT_EQ(BB->end(), Builder.GetInsertPoint()); in TEST_F()
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp109 Instruction *Inst = Builder->GetInsertPoint(); in emitBranchToTrap()
DMemorySanitizer.cpp676 Cmp, IRB.GetInsertPoint(), false, MS.OriginStoreWeights); in storeOrigin()
/external/llvm/lib/IR/
DIRBuilder.cpp60 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI); in createCallHelper()
/external/llvm/include/llvm/IR/
DIRBuilder.h79 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function
157 return InsertPoint(GetInsertBlock(), GetInsertPoint()); in saveIP()
162 InsertPoint IP(GetInsertBlock(), GetInsertPoint()); in saveAndClearIP()
207 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in InsertPointGuard()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp791 if (!Builder.GetInsertPoint()) in emitCounterIncrement()
DCGCleanup.cpp449 assert(!WasInsertBlock || CGF.Builder.GetInsertPoint() == Entry->end()); in SimplifyCleanupEntry()
DCGBlocks.cpp1217 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); in GenerateBlockFunction()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1945 Instruction *InsertPt = Builder.GetInsertPoint(); in scalarizeInstruction()
5288 Instruction *InsertPt = Builder.GetInsertPoint(); in scalarizeInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1407 Instruction *InsertPt = Builder->GetInsertPoint(); in visitGetElementPtrInst()