Searched refs:NewIP (Results 1 – 5 of 5) 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
3275 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()3303 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()3394 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()3432 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()3472 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()3503 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getMemberPointerType()3553 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getConstantArrayType()4030 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getVectorType()4100 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getExtVectorType()4173 (void)NewIP; in getConstantMatrixType()[all …]
378 auto NewIP = OMPBuilder.createCancel(Loc, nullptr, OMPD_parallel); in TEST_F() local379 Builder.restoreIP(NewIP); in TEST_F()401 EXPECT_EQ(CancelBBTI->getSuccessor(0), NewIP.getBlock()); in TEST_F()445 auto NewIP = OMPBuilder.createCancel(Loc, Builder.getTrue(), OMPD_parallel); in TEST_F() local446 Builder.restoreIP(NewIP); in TEST_F()474 NewIP.getBlock()); in TEST_F()518 auto NewIP = OMPBuilder.createBarrier(Loc, OMPD_for); in TEST_F() local519 Builder.restoreIP(NewIP); in TEST_F()541 EXPECT_EQ(BarrierBBTI->getSuccessor(0), NewIP.getBlock()); in TEST_F()
9798 auto NewIP = in get() local9802 Builder.SetInsertPoint(&*NewIP); in get()