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

1 2

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 41 Module *M = B.GetInsertBlock()->getParent()->getParent();
48 LLVMContext &Context = B.GetInsertBlock()->getContext();
70 Module *M = B.GetInsertBlock()->getParent()->getParent();
77 LLVMContext &Context = B.GetInsertBlock()->getContext();
100 Module *M = B.GetInsertBlock()->getParent()->getParent();
126 Module *M = B.GetInsertBlock()->getParent()->getParent();
134 LLVMContext &Context = B.GetInsertBlock()->getContext();
159 Module *M = B.GetInsertBlock()->getParent()->getParent();
183 Module *M = B.GetInsertBlock()->getParent()->getParent();
210 Module *M = B.GetInsertBlock()->getParent()->getParent()
    [all...]
IntegerDivision.cpp 181 BasicBlock *IBB = Builder.GetInsertBlock();
218 BasicBlock *SpecialCases = Builder.GetInsertBlock();
FlattenCFG.cpp 440 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 521 Function *TheFunction = Builder.GetInsertBlock()->getParent();
539 ThenBB = Builder.GetInsertBlock();
550 ElseBB = Builder.GetInsertBlock();
586 Function *TheFunction = Builder.GetInsertBlock()->getParent();
587 BasicBlock *PreheaderBB = Builder.GetInsertBlock();
633 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 625 Function *TheFunction = Builder.GetInsertBlock()->getParent();
643 ThenBB = Builder.GetInsertBlock();
654 ElseBB = Builder.GetInsertBlock();
690 Function *TheFunction = Builder.GetInsertBlock()->getParent();
691 BasicBlock *PreheaderBB = Builder.GetInsertBlock();
737 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/Chapter7/
toy.cpp 721 Function *TheFunction = Builder.GetInsertBlock()->getParent();
739 ThenBB = Builder.GetInsertBlock();
750 ElseBB = Builder.GetInsertBlock();
784 Function *TheFunction = Builder.GetInsertBlock()->getParent();
865 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 748 Function *TheFunction = Builder.GetInsertBlock()->getParent();
766 ThenBB = Builder.GetInsertBlock();
777 ElseBB = Builder.GetInsertBlock();
811 Function *TheFunction = Builder.GetInsertBlock()->getParent();
892 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 970 Function *TheFunction = Builder.GetInsertBlock()->getParent();
988 ThenBB = Builder.GetInsertBlock();
999 ElseBB = Builder.GetInsertBlock();
1033 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1114 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 730 Function *TheFunction = Builder.GetInsertBlock()->getParent();
748 ThenBB = Builder.GetInsertBlock();
759 ElseBB = Builder.GetInsertBlock();
793 Function *TheFunction = Builder.GetInsertBlock()->getParent();
874 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
toy.cpp 1010 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1028 ThenBB = Builder.GetInsertBlock();
1039 ElseBB = Builder.GetInsertBlock();
1073 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /art/compiler/llvm/
runtime_support_builder.cc 178 Function* parent_func = irb_.GetInsertBlock()->getParent();
gbc_expander.cc 501 llvm::BasicBlock* next_basic_block = irb_.GetInsertBlock();
532 llvm::BasicBlock* last_block = irb_.GetInsertBlock();
750 llvm::Function* parent_func = irb_.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/lib/IR/
IRBuilder.cpp 58 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI);
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 445 bool WasInsertBlock = CGF.Builder.GetInsertBlock() == Entry;
592 llvm::BasicBlock *FallthroughSource = Builder.GetInsertBlock();
797 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
    [all...]
CGStmt.cpp 100 llvm::BasicBlock *incoming = Builder.GetInsertBlock();
105 llvm::BasicBlock *outgoing = Builder.GetInsertBlock();
302 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
325 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
462 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
    [all...]
CGExprScalar.cpp     [all...]
CGExprCXX.cpp     [all...]
CodeGenFunction.cpp 145 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
845 !FD->getReturnType()->isVoidType() && Builder.GetInsertBlock()) {
    [all...]
CGDecl.cpp 243 else if (Builder.GetInsertBlock()) {
    [all...]
CGClass.cpp 191 origBB = Builder.GetInsertBlock();
217 llvm::BasicBlock *notNullBB = Builder.GetInsertBlock();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 161 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
183 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
533 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
554 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
574 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 283 EXPECT_EQ(BB, Builder.GetInsertBlock());

Completed in 1119 milliseconds

1 2