Searched refs:TheArg (Results 1 – 4 of 4) sorted by relevance
8 def TheArg : Arg { let a = 1; }15 def inst : Sub<TheArg>;
849 Function::arg_iterator TheArg = I2; in DoPromotion() local851 *It != Operands; ++It, ++TheArg) { in DoPromotion()860 TheArg->setName(NewName); in DoPromotion()862 DEBUG(dbgs() << "*** Promoted agg argument '" << TheArg->getName() in DoPromotion()869 L->replaceAllUsesWith(TheArg); in DoPromotion()870 AA.replaceWithNewValue(L, TheArg); in DoPromotion()
994 Function::arg_iterator TheArg = I2; in DoPromotion() local996 It->second != Operands; ++It, ++TheArg) { in DoPromotion()1005 TheArg->setName(NewName); in DoPromotion()1007 DEBUG(dbgs() << "*** Promoted agg argument '" << TheArg->getName() in DoPromotion()1014 L->replaceAllUsesWith(&*TheArg); in DoPromotion()