Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DAppendingTypeTableBuilder.cpp86 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes() local
89 return NewTI; in insertRecordBytes()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp2420 Instruction *NewTI; in removeUnwindEdge() local
2424 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI); in removeUnwindEdge()
2433 NewTI = NewCatchSwitch; in removeUnwindEdge()
2439 NewTI->takeName(TI); in removeUnwindEdge()
2440 NewTI->setDebugLoc(TI->getDebugLoc()); in removeUnwindEdge()
2442 TI->replaceAllUsesWith(NewTI); in removeUnwindEdge()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
DRecord.cpp1752 Init *NewTI = TI->resolveReferences(R); in resolveReferences() local
1753 if (ListInit *List = dyn_cast<ListInit>(NewTI)) { in resolveReferences()
1759 if (NewTI != TI && isa<TypedInit>(NewTI)) in resolveReferences()
1760 return VarListElementInit::get(cast<TypedInit>(NewTI), getElementNum()); in resolveReferences()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2192 Instruction *NewTI = TI.clone(); in unswitchNontrivialInvariants() local
2193 ParentBB->getInstList().push_back(NewTI); in unswitchNontrivialInvariants()
2261 SwitchInst *NewSI = cast<SwitchInst>(NewTI); in unswitchNontrivialInvariants()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1374 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl() local
1376 if (!NewTI || SemaRef.CheckEnumUnderlyingType(NewTI)) in VisitEnumDecl()
1379 Enum->setIntegerTypeSourceInfo(NewTI); in VisitEnumDecl()