Lines Matching defs:NF
613 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getName());
614 NF->copyAttributesFrom(F);
619 DI->second.replaceFunction(NF);
621 DEBUG(dbgs() << "ARG PROMOTION: Promoting to:" << *NF << "\n"
626 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec));
629 F->getParent()->getFunctionList().insert(F, NF);
630 NF->takeName(F);
640 // Get a new callgraph node for NF.
641 CallGraphNode *NF_CGN = CG.getOrInsertFunction(NF);
744 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
750 New = CallInst::Create(NF, Args, "", Call);
782 NF->getBasicBlockList().splice(NF->begin(), F->getBasicBlockList());
788 I2 = NF->arg_begin(); I != E; ++I) {
802 Instruction *InsertPt = NF->begin()->begin();
883 << "' of function '" << NF->getName() << "'\n");
903 AA.replaceWithNewValue(F, NF);