Searched refs:OldB (Results 1 – 4 of 4) sorted by relevance
184 void replacePhiEdges(MachineBasicBlock *OldB, MachineBasicBlock *NewB);975 void HexagonEarlyIfConversion::replacePhiEdges(MachineBasicBlock *OldB, in replacePhiEdges() argument977 for (auto I = OldB->succ_begin(), E = OldB->succ_end(); I != E; ++I) { in replacePhiEdges()983 if (MO->isMBB() && MO->getMBB() == OldB) in replacePhiEdges()
843 *OldB = &SmallSide.getInlineBuckets()[i]; in swap() local844 ::new (&NewB->getFirst()) KeyT(std::move(OldB->getFirst())); in swap()845 OldB->getFirst().~KeyT(); in swap()848 ::new (&NewB->getSecond()) ValueT(std::move(OldB->getSecond())); in swap()849 OldB->getSecond().~ValueT(); in swap()
910 *OldB = &SmallSide.getInlineBuckets()[i]; in swap() local911 ::new (&NewB->getFirst()) KeyT(std::move(OldB->getFirst())); in swap()912 OldB->getFirst().~KeyT(); in swap()915 ::new (&NewB->getSecond()) ValueT(std::move(OldB->getSecond())); in swap()916 OldB->getSecond().~ValueT(); in swap()