Lines Matching defs:NameSuffix
45 const Twine &NameSuffix, Function *F,
50 NewBB->setName(BB->getName() + NameSuffix);
58 NewInst->setName(I.getName() + NameSuffix);
207 const char *NameSuffix,
222 CloneBasicBlock(&BB, VMap, NameSuffix, &NewFunc, CodeInfo);
266 const char *NameSuffix, ClonedCodeInfo *CodeInfo,
270 assert(NameSuffix && "NameSuffix cannot be null!");
329 NameSuffix, CodeInfo, TypeMapper, Materializer,
412 const char *NameSuffix;
423 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix),
520 Twine NewName(BB->hasName() ? Twine(BB->getName()) + NameSuffix : "");
601 NewInst->setName(II->getName() + NameSuffix);
666 NewInst->setName(OldTI->getName() + NameSuffix);
708 const char *NameSuffix,
710 assert(NameSuffix && "NameSuffix cannot be null!");
724 NameSuffix, CodeInfo);
1008 const char *NameSuffix, ClonedCodeInfo *CodeInfo) {
1010 ModuleLevelChanges, Returns, NameSuffix, CodeInfo);
1034 const Twine &NameSuffix, LoopInfo *LI,
1050 BasicBlock *NewPH = CloneBasicBlock(OrigPH, VMap, NameSuffix, F);
1082 BasicBlock *NewBB = CloneBasicBlock(BB, VMap, NameSuffix, F);