Searched refs:NewIP (Results 1 – 4 of 4) sorted by relevance
92 ItemParentClass *NewIP = getListOwner(); in transferNodesFromList() local93 invalidateParentIListOrdering(NewIP); in transferNodesFromList()97 if (NewIP == OldIP) in transferNodesFromList()102 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList()110 V.setParent(NewIP); in transferNodesFromList()118 first->setParent(NewIP); in transferNodesFromList()
115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
3178 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local3179 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()3206 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local3207 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()3296 BlockPointerType *NewIP = in getBlockPointerType() local3298 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()3333 LValueReferenceType *NewIP = in getLValueReferenceType() local3335 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()3369 RValueReferenceType *NewIP = in getRValueReferenceType() local3371 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()[all …]
9697 auto NewIP = std::next(BasicBlock::iterator(LastInst)); in get() local9698 Builder.SetInsertPoint(&*NewIP); in get()