Home
last modified time | relevance | path

Searched refs:NameSuffix (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp40 const Twine &NameSuffix, Function *F, in CloneBasicBlock() argument
43 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBasicBlock()
52 NewInst->setName(II->getName()+NameSuffix); in CloneBasicBlock()
81 const char *NameSuffix, ClonedCodeInfo *CodeInfo, in CloneFunctionInto() argument
84 assert(NameSuffix && "NameSuffix cannot be null!"); in CloneFunctionInto()
124 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo); in CloneFunctionInto()
260 const char *NameSuffix; member
272 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix), in PruningFunctionCloner()
305 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBlock()
372 NewInst->setName(II->getName()+NameSuffix); in CloneBlock()
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h99 const Twine &NameSuffix = "", Function *F = nullptr,
130 const char *NameSuffix = "",
167 const char *NameSuffix = "",
186 const char *NameSuffix = "",