Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp44 const Twine &NameSuffix, Function *F, in CloneBasicBlock() argument
50 NewBB->setName(BB->getName() + NameSuffix); in CloneBasicBlock()
62 NewInst->setName(I.getName() + NameSuffix); in CloneBasicBlock()
88 const char *NameSuffix, ClonedCodeInfo *CodeInfo, in CloneFunctionInto() argument
91 assert(NameSuffix && "NameSuffix cannot be null!"); in CloneFunctionInto()
174 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo, in CloneFunctionInto()
326 const char *NameSuffix; member
334 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix), in PruningFunctionCloner()
359 NewBB->setName(BB->getName() + NameSuffix); in CloneBlock()
411 NewInst->setName(II->getName() + NameSuffix); in CloneBlock()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCloning.h109 const Twine &NameSuffix = "", Function *F = nullptr,
161 const char *NameSuffix = "",
170 const char *NameSuffix = "",
187 const char *NameSuffix = "",
270 const Twine &NameSuffix, LoopInfo *LI,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp953 const char *NameSuffix = "") { in EmitCompare() argument
988 llvm::Twine(InstInfo.Name) + NameSuffix); in EmitCompare()
993 llvm::Twine(InstInfo.Name) + NameSuffix); in EmitCompare()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp6619 : TI(&TI), NameSuffix(TI.getMangledName()) {} in OMPDeclareVariantScope()
6695 MangledName += DVScope.NameSuffix; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10208 std::string NameSuffix; member