Home
last modified time | relevance | path

Searched refs:TheArg (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/TableGen/
DSuperSubclassSameName.td8 def TheArg : Arg { let a = 1; }
15 def inst : Sub<TheArg>;
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp843 Function::arg_iterator TheArg = I2; in DoPromotion() local
845 *It != Operands; ++It, ++TheArg) { in DoPromotion()
854 TheArg->setName(NewName); in DoPromotion()
856 DEBUG(dbgs() << "*** Promoted agg argument '" << TheArg->getName() in DoPromotion()
863 L->replaceAllUsesWith(TheArg); in DoPromotion()
864 AA.replaceWithNewValue(L, TheArg); in DoPromotion()