Searched refs:NameSuffix (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 41 const Twine &NameSuffix, Function *F, in CloneBasicBlock() argument 44 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBasicBlock() 53 NewInst->setName(II->getName()+NameSuffix); in CloneBasicBlock() 82 const char *NameSuffix, ClonedCodeInfo *CodeInfo, in CloneFunctionInto() argument 85 assert(NameSuffix && "NameSuffix cannot be null!"); in CloneFunctionInto() 131 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo); in CloneFunctionInto() 267 const char *NameSuffix; member 279 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix), in PruningFunctionCloner() 312 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBlock() 379 NewInst->setName(II->getName()+NameSuffix); in CloneBlock() [all …]
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 114 const Twine &NameSuffix = "", Function *F = nullptr, 145 const char *NameSuffix = "", 182 const char *NameSuffix = "", 201 const char *NameSuffix = "", 256 const Twine &NameSuffix, LoopInfo *LI,
|