Searched refs:NameSuffix (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 116 const Twine &NameSuffix = "", Function *F = nullptr, 168 const char *NameSuffix = "", 177 const char *NameSuffix = "", 194 const char *NameSuffix = "", 276 const Twine &NameSuffix, LoopInfo *LI,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 47 NewBB->setName(BB->getName() + NameSuffix); in CloneBasicBlock() 59 NewInst->setName(I.getName() + NameSuffix); in CloneBasicBlock() 88 assert(NameSuffix && "NameSuffix cannot be null!"); in CloneFunctionInto() 334 const char *NameSuffix; member 456 NewBB->setName(BB->getName() + NameSuffix); in CloneBlock() 515 NewInst->setName(II->getName() + NameSuffix); in CloneBlock() 575 NewInst->setName(OldTI->getName() + NameSuffix); in CloneBlock() 606 const char *NameSuffix, in CloneAndPruneIntoFromInst() argument 608 assert(NameSuffix && "NameSuffix cannot be null!"); in CloneAndPruneIntoFromInst() 622 NameSuffix, CodeInfo); in CloneAndPruneIntoFromInst() [all …]
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 960 const char *NameSuffix = "") { in EmitCompare() argument 995 llvm::Twine(InstInfo.Name) + NameSuffix); in EmitCompare() 1000 llvm::Twine(InstInfo.Name) + NameSuffix); in EmitCompare()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 513 unsigned NameSuffix = 0; in SRAGlobal() local 519 Initializers[Offset], GV->getName() + "." + Twine(NameSuffix++), GV, in SRAGlobal()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 10670 std::string NameSuffix; member
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7055 : TI(&TI), NameSuffix(TI.getMangledName()) {} in OMPDeclareVariantScope() 7133 MangledName += DVScope.NameSuffix; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|