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

1 2

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 40 Module *M = B.GetInsertBlock()->getParent()->getParent();
47 LLVMContext &Context = B.GetInsertBlock()->getContext();
69 Module *M = B.GetInsertBlock()->getParent()->getParent();
76 LLVMContext &Context = B.GetInsertBlock()->getContext();
99 Module *M = B.GetInsertBlock()->getParent()->getParent();
125 Module *M = B.GetInsertBlock()->getParent()->getParent();
133 LLVMContext &Context = B.GetInsertBlock()->getContext();
158 Module *M = B.GetInsertBlock()->getParent()->getParent();
182 Module *M = B.GetInsertBlock()->getParent()->getParent();
209 Module *M = B.GetInsertBlock()->getParent()->getParent()
    [all...]
IntegerDivision.cpp 140 BasicBlock *IBB = Builder.GetInsertBlock();
177 BasicBlock *SpecialCases = Builder.GetInsertBlock();
SimplifyLibCalls.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 519 Function *TheFunction = Builder.GetInsertBlock()->getParent();
537 ThenBB = Builder.GetInsertBlock();
548 ElseBB = Builder.GetInsertBlock();
584 Function *TheFunction = Builder.GetInsertBlock()->getParent();
585 BasicBlock *PreheaderBB = Builder.GetInsertBlock();
631 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 623 Function *TheFunction = Builder.GetInsertBlock()->getParent();
641 ThenBB = Builder.GetInsertBlock();
652 ElseBB = Builder.GetInsertBlock();
688 Function *TheFunction = Builder.GetInsertBlock()->getParent();
689 BasicBlock *PreheaderBB = Builder.GetInsertBlock();
735 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/lib/Analysis/
ScalarEvolutionExpander.cpp 161 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
179 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
183 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
534 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
552 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
556 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
577 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
581 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 97 llvm::BasicBlock *incoming = Builder.GetInsertBlock();
102 llvm::BasicBlock *outgoing = Builder.GetInsertBlock();
256 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
279 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
373 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
869 llvm::BasicBlock *CaseDest = Builder.GetInsertBlock();
889 llvm::BasicBlock *RestoreBB = Builder.GetInsertBlock();
    [all...]
CodeGenFunction.cpp 132 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
605 !FD->getResultType()->isVoidType() && Builder.GetInsertBlock()) {
857 llvm::BasicBlock *originBB = CGF.Builder.GetInsertBlock();
    [all...]
CGCleanup.cpp 418 bool WasInsertBlock = CGF.Builder.GetInsertBlock() == Entry;
565 llvm::BasicBlock *FallthroughSource = Builder.GetInsertBlock();
770 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
    [all...]
CGExprScalar.cpp     [all...]
CGExprComplex.cpp 720 LHSBlock = Builder.GetInsertBlock();
727 RHSBlock = Builder.GetInsertBlock();
CGDebugInfo.cpp     [all...]
CGDecl.cpp 228 else if (Builder.GetInsertBlock()) {
    [all...]
CGClass.cpp 189 origBB = Builder.GetInsertBlock();
214 llvm::BasicBlock *notNullBB = Builder.GetInsertBlock();
    [all...]
CGExprCXX.cpp     [all...]
CGCall.cpp     [all...]
CGExprAgg.cpp 531 llvm::BasicBlock *entryBB = Builder.GetInsertBlock();
559 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());
    [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 719 Function *TheFunction = Builder.GetInsertBlock()->getParent();
737 ThenBB = Builder.GetInsertBlock();
748 ElseBB = Builder.GetInsertBlock();
782 Function *TheFunction = Builder.GetInsertBlock()->getParent();
863 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/lib/IR/
IRBuilder.cpp 58 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI);
Core.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 71 BasicBlock *GetInsertBlock() const { return BB; }
151 return InsertPoint(GetInsertBlock(), GetInsertPoint());
156 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
    [all...]

Completed in 710 milliseconds

1 2