HomeSort by relevance Sort by last modified time
    Searched refs:GetInsertPoint (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 220 BasicBlock *End = SpecialCases->splitBasicBlock(Builder.GetInsertPoint(),
404 if (Rem == Builder.GetInsertPoint().getNodePtrUnchecked())
407 BinaryOperator *BO = dyn_cast<BinaryOperator>(Builder.GetInsertPoint());
420 if (BinaryOperator *UDiv = dyn_cast<BinaryOperator>(Builder.GetInsertPoint())) {
464 if (Div == Builder.GetInsertPoint().getNodePtrUnchecked())
467 BinaryOperator *BO = dyn_cast<BinaryOperator>(Builder.GetInsertPoint());
FlattenCFG.cpp 440 BasicBlock::iterator SaveInsertPt = Builder.GetInsertPoint();
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 271 insertStateNumberStore(RegNode, &*Builder.GetInsertPoint(), -1);
288 insertStateNumberStore(RegNode, &*Builder.GetInsertPoint(),
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 109 BasicBlock::iterator Inst = Builder->GetInsertPoint();
PGOInstrumentation.cpp 327 assert(Builder.GetInsertPoint() != InstrBB->end() &&
MemorySanitizer.cpp 724 Cmp, &*IRB.GetInsertPoint(), false, MS.OriginStoreWeights);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 50 BasicBlock::iterator BIP = Builder.GetInsertPoint();
184 BasicBlock::iterator IP = Builder.GetInsertPoint();
200 DebugLoc Loc = Builder.GetInsertPoint()->getDebugLoc();
497 SE.DT.dominates(cast<Instruction>(V), &*Builder.GetInsertPoint()));
512 BasicBlock::iterator IP = Builder.GetInsertPoint();
    [all...]
  /external/llvm/lib/IR/
IRBuilder.cpp 63 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI);
75 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 322 EXPECT_EQ(F, &*Builder.GetInsertPoint());
325 EXPECT_EQ(BB->end(), Builder.GetInsertPoint());
  /external/llvm/include/llvm/IR/
IRBuilder.h 82 BasicBlock::iterator GetInsertPoint() const { return InsertPt; }
149 return InsertPoint(GetInsertBlock(), GetInsertPoint());
154 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
199 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 476 assert(!WasInsertBlock || CGF.Builder.GetInsertPoint() == Entry->end());
    [all...]
CGBlocks.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 412 AfterBB = llvm::SplitBlock(CondBB, &*Builder.GetInsertPoint(), nullptr, nullptr);
    [all...]

Completed in 118 milliseconds