Searched refs:NewTI (Results 1 – 4 of 4) sorted by relevance
79 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes() local84 return NewTI; in insertRecordBytes()
2200 Instruction *NewTI; in removeUnwindEdge() local2204 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI); in removeUnwindEdge()2213 NewTI = NewCatchSwitch; in removeUnwindEdge()2219 NewTI->takeName(TI); in removeUnwindEdge()2220 NewTI->setDebugLoc(TI->getDebugLoc()); in removeUnwindEdge()2222 TI->replaceAllUsesWith(NewTI); in removeUnwindEdge()
1577 Init *NewTI = TI->resolveReferences(R); in resolveReferences() local1578 if (ListInit *List = dyn_cast<ListInit>(NewTI)) { in resolveReferences()1584 if (NewTI != TI && isa<TypedInit>(NewTI)) in resolveReferences()1585 return VarListElementInit::get(cast<TypedInit>(NewTI), getElementNum()); in resolveReferences()
2061 Instruction *NewTI = TI.clone(); in unswitchNontrivialInvariants() local2062 ParentBB->getInstList().push_back(NewTI); in unswitchNontrivialInvariants()2130 SwitchInst *NewSI = cast<SwitchInst>(NewTI); in unswitchNontrivialInvariants()