HomeSort by relevance Sort by last modified time
    Searched refs:GetInsertBlock (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 41 Module *M = B.GetInsertBlock()->getParent()->getParent();
47 LLVMContext &Context = B.GetInsertBlock()->getContext();
66 Module *M = B.GetInsertBlock()->getParent()->getParent();
72 LLVMContext &Context = B.GetInsertBlock()->getContext();
92 Module *M = B.GetInsertBlock()->getParent()->getParent();
116 Module *M = B.GetInsertBlock()->getParent()->getParent();
123 LLVMContext &Context = B.GetInsertBlock()->getContext();
143 Module *M = B.GetInsertBlock()->getParent()->getParent();
166 Module *M = B.GetInsertBlock()->getParent()->getParent();
193 Module *M = B.GetInsertBlock()->getParent()->getParent()
    [all...]
IntegerDivision.cpp 181 BasicBlock *IBB = Builder.GetInsertBlock();
218 BasicBlock *SpecialCases = Builder.GetInsertBlock();
FlattenCFG.cpp 441 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 579 Function *TheFunction = Builder.GetInsertBlock()->getParent();
599 ThenBB = Builder.GetInsertBlock();
611 ElseBB = Builder.GetInsertBlock();
648 Function *TheFunction = Builder.GetInsertBlock()->getParent();
649 BasicBlock *PreheaderBB = Builder.GetInsertBlock();
698 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 687 Function *TheFunction = Builder.GetInsertBlock()->getParent();
707 ThenBB = Builder.GetInsertBlock();
719 ElseBB = Builder.GetInsertBlock();
756 Function *TheFunction = Builder.GetInsertBlock()->getParent();
757 BasicBlock *PreheaderBB = Builder.GetInsertBlock();
806 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
  /external/llvm/examples/BrainF/
BrainF.cpp 82 BasicBlock* BB = builder->GetInsertBlock();
290 BasicBlock *bb_0 = builder->GetInsertBlock();
432 phi->addIncoming(curhead, builder->GetInsertBlock());
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 991 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1011 ThenBB = Builder.GetInsertBlock();
1023 ElseBB = Builder.GetInsertBlock();
1057 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1143 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 792 Function *TheFunction = Builder.GetInsertBlock()->getParent();
812 ThenBB = Builder.GetInsertBlock();
824 ElseBB = Builder.GetInsertBlock();
858 Function *TheFunction = Builder.GetInsertBlock()->getParent();
942 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 747 Function *TheFunction = Builder.GetInsertBlock()->getParent();
765 ThenBB = Builder.GetInsertBlock();
776 ElseBB = Builder.GetInsertBlock();
810 Function *TheFunction = Builder.GetInsertBlock()->getParent();
891 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
toy.cpp 1111 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 969 Function *TheFunction = Builder.GetInsertBlock()->getParent();
987 ThenBB = Builder.GetInsertBlock();
998 ElseBB = Builder.GetInsertBlock();
1032 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1113 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 729 Function *TheFunction = Builder.GetInsertBlock()->getParent();
747 ThenBB = Builder.GetInsertBlock();
758 ElseBB = Builder.GetInsertBlock();
792 Function *TheFunction = Builder.GetInsertBlock()->getParent();
873 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
toy.cpp 1009 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1027 ThenBB = Builder.GetInsertBlock();
1038 ElseBB = Builder.GetInsertBlock();
1072 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 855 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
873 ThenBB = C.getBuilder().GetInsertBlock();
884 ElseBB = C.getBuilder().GetInsertBlock();
918 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
999 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 854 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
872 ThenBB = C.getBuilder().GetInsertBlock();
883 ElseBB = C.getBuilder().GetInsertBlock();
917 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
998 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 854 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
872 ThenBB = C.getBuilder().GetInsertBlock();
883 ElseBB = C.getBuilder().GetInsertBlock();
917 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
998 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 854 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
872 ThenBB = C.getBuilder().GetInsertBlock();
883 ElseBB = C.getBuilder().GetInsertBlock();
917 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
998 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 448 bool WasInsertBlock = CGF.Builder.GetInsertBlock() == Entry;
602 llvm::BasicBlock *FallthroughSource = Builder.GetInsertBlock();
807 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
    [all...]
CGStmt.cpp 101 llvm::BasicBlock *incoming = Builder.GetInsertBlock();
106 llvm::BasicBlock *outgoing = Builder.GetInsertBlock();
340 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
363 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
500 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
    [all...]
CGExprCXX.cpp     [all...]
CodeGenFunction.cpp 168 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 163 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
185 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
497 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
518 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
538 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
    [all...]
  /external/llvm/lib/IR/
IRBuilder.cpp 60 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 289 EXPECT_EQ(BB, Builder.GetInsertBlock());

Completed in 490 milliseconds

1 2 3