Searched refs:NewIP (Results 1 – 4 of 4) sorted by relevance
92 ItemParentClass *NewIP = getListOwner(); in transferNodesFromList() local 93 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
3918 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local3919 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()3946 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local3947 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()4072 BlockPointerType *NewIP = in getBlockPointerType() local4074 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()4111 LValueReferenceType *NewIP = in getLValueReferenceType() local4113 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()4151 RValueReferenceType *NewIP = in getRValueReferenceType() local4153 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()[all …]
358 auto NewIP = isa<PHINode>(LastInst) in get() local361 Builder.SetInsertPoint(&*NewIP); in get()