Lines Matching refs:nameSuffix
36 const Twine &NameSuffix, Function *F,
39 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
48 NewInst->setName(II->getName()+NameSuffix);
78 const char *NameSuffix, ClonedCodeInfo *CodeInfo) {
79 assert(NameSuffix && "NameSuffix cannot be null!");
115 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
185 const char *NameSuffix;
193 const char *nameSuffix,
198 Returns(returns), NameSuffix(nameSuffix), CodeInfo(codeInfo), TD(td) {
225 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
242 NewInst->setName(II->getName()+NameSuffix);
294 NewInst->setName(OldTI->getName()+NameSuffix);
355 const char *NameSuffix,
359 assert(NameSuffix && "NameSuffix cannot be null!");
368 Returns, NameSuffix, CodeInfo, TD);