Home | History | Annotate | Download | only in Chapter5

Lines Matching refs:TheFunction

521   Function *TheFunction = Builder.GetInsertBlock()->getParent();
525 BasicBlock *ThenBB = BasicBlock::Create(getGlobalContext(), "then", TheFunction);
542 TheFunction->getBasicBlockList().push_back(ElseBB);
553 TheFunction->getBasicBlockList().push_back(MergeBB);
586 Function *TheFunction = Builder.GetInsertBlock()->getParent();
588 TheFunction);
634 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);
701 Function *TheFunction = Proto->Codegen();
702 if (TheFunction == 0)
706 BasicBlock *BB = BasicBlock::Create(getGlobalContext(), "entry", TheFunction);
714 verifyFunction(*TheFunction);
717 TheFPM->run(*TheFunction);
719 return TheFunction;
723 TheFunction->eraseFromParent();