Home | History | Annotate | Download | only in Utils

Lines Matching refs:NameSuffix

40                                   const Twine &NameSuffix, Function *F,
43 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
52 NewInst->setName(II->getName()+NameSuffix);
81 const char *NameSuffix, ClonedCodeInfo *CodeInfo,
84 assert(NameSuffix && "NameSuffix cannot be null!");
124 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
260 const char *NameSuffix;
267 const char *nameSuffix,
272 NameSuffix(nameSuffix), CodeInfo(codeInfo), DL(DL) {
294 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
342 NewInst->setName(II->getName()+NameSuffix);
394 NewInst->setName(OldTI->getName()+NameSuffix);
423 const char *NameSuffix,
427 assert(NameSuffix && "NameSuffix cannot be null!");
436 NameSuffix, CodeInfo, DL);