Lines Matching refs:nameSuffix
39 const Twine &NameSuffix, Function *F,
42 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
51 NewInst->setName(II->getName()+NameSuffix);
80 const char *NameSuffix, ClonedCodeInfo *CodeInfo,
83 assert(NameSuffix && "NameSuffix cannot be null!");
121 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
206 const char *NameSuffix;
213 const char *nameSuffix,
218 NameSuffix(nameSuffix), CodeInfo(codeInfo), TD(td) {
240 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
288 NewInst->setName(II->getName()+NameSuffix);
340 NewInst->setName(OldTI->getName()+NameSuffix);
369 const char *NameSuffix,
373 assert(NameSuffix && "NameSuffix cannot be null!");
382 NameSuffix, CodeInfo, TD);