Searched refs:setName (Results 51 - 75 of 135) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp284 // Fast path for common IRBuilder case of setName("") when there is no name.
342 void Value::setName(const Twine &NewName) { function in class:Value
356 if (V->hasName()) V->setName("");
375 V->setName("");
H A DBasicBlock.cpp54 setName(Name);
H A DFunction.cpp82 setName(Name);
312 // Note, the IntID field will have been set in Value::setName if this function
366 A.setName("");
399 A.setName("");
402 A.setName(Name);
H A DType.cpp400 void StructType::setName(StringRef Name) { function in class:StructType
454 ST->setName(Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp497 HeaderBB->setName("tailrecurse");
766 AccRecInstrNew->setName("accumulator.ret.tr");
793 AccRecInstrNew->setName("accumulator.ret.tr");
H A DCallSiteSplitting.cpp226 Copy->setName(I->getName());
H A DInductiveRangeCheckElimination.cpp1037 IndVarStartV->setName("indvar.start");
1469 ExitPreLoopAt->setName("exit.preloop.at");
1496 ExitMainLoopAt->setName("exit.mainloop.at");
H A DSpeculateAroundPHIs.cpp663 NewI->setName(Twine(OrigI->getName()) + "." + Twine(PredIdx));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp398 I2->setName(I->getName() + "." + Twine(i));
429 I2->setName(I->getName() + ".val");
452 TheArg->setName(formatv("{0}.{1:$[.]}.val", I->getName(),
H A DLowerTypeTests.cpp1088 F->setName(Name + ".cfi");
1558 F->setName(FAlias->getName() + ".cfi");
1938 // Note that setName will find a unique name for the function, so even
1941 F->setName(F->getName() + ".1");
2213 Alias->setName(AliasName);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h174 void setName(StringRef s) { function in class:lld::elf::Symbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp784 G->setName(CurrentValue->getName() + Twine(".reload.addr"));
1082 IncomingBB->setName(BB.getName() + Twine(".from.") + Pred->getName());
1150 CurrentMaterialization->setName(CurrentDef->getName());
1175 BB->setName(Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp477 Base->setName("basetag");
649 TagPCall->setName(Info.AI->getName() + ".tag");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1770 LastInduction->setName("vec.ind.next");
1860 ScalarIV->setName("offset.idx");
2517 Cloned->setName(Instr->getName() + ".cloned");
2760 SCEVCheckBlock->setName("vector.scevcheck");
2817 MemCheckBlock->setName("vector.memcheck");
3090 EndValue->setName("ind.end");
3214 CMO->setName("cast.cmo");
3216 Escape->setName("ind.escape");
3718 Phi->setName("scalar.recur");
4231 SclrGep->setName("nex
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp682 DispatchBlock->setName("catch.dispatch");
686 DispatchBlock->setName("ehcleanup");
693 DispatchBlock->setName("terminate");
1771 ChildVar->setName(ParentVar.getName());
H A DCGVTables.cpp531 OldThunkFn->setName(StringRef());
1033 VTable->setName(AliasName + ".local");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h299 void setName(StringRef Name);
H A DValue.h273 void setName(const Twine &Name);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h715 /// setName - Sets the embedded declaration name.
716 void setName(DeclarationName N) { Name = N; } function in struct:clang::DeclarationNameInfo
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h249 NameInfo.setName(Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp218 SpecialCases->setName(Twine(SpecialCases->getName(), "_udiv-special-cases"));
H A DBasicBlockUtils.cpp880 Clone1->setName(Twine("lpad") + Suffix1);
885 Clone2->setName(Twine("lpad") + Suffix2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp630 InstInPreheader->setName(Inst2Replace->getName() + ".hexagon.vlcr");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h564 void setName(StringRef FunctionName) { Name = FunctionName; } function in class:llvm::sampleprof::SecCommonFlags::SecNameTableFlags::SecProfSummaryFlags::FunctionSamples
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp569 CI->getParent()->setName("omp_parallel");
652 PRegOutlinedExitBB->setName("omp.par.outlined.exit");

Completed in 483 milliseconds

123456