Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/Utils/
HDCloneFunction.cpp39 const Twine &NameSuffix, Function *F, in CloneBasicBlock() argument
42 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBasicBlock()
51 NewInst->setName(II->getName()+NameSuffix); in CloneBasicBlock()
80 const char *NameSuffix, ClonedCodeInfo *CodeInfo, in CloneFunctionInto() argument
83 assert(NameSuffix && "NameSuffix cannot be null!"); in CloneFunctionInto()
121 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo); in CloneFunctionInto()
206 const char *NameSuffix; member
218 NameSuffix(nameSuffix), CodeInfo(codeInfo), TD(td) { in PruningFunctionCloner()
240 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBlock()
288 NewInst->setName(II->getName()+NameSuffix); in CloneBlock()
[all …]
/trueos/contrib/llvm/include/llvm/Transforms/Utils/
HDCloning.h99 const Twine &NameSuffix = "", Function *F = 0,
132 const char *NameSuffix = "",
152 const char *NameSuffix = "",