Searched refs:DomPair (Results 1 – 1 of 1) sorted by relevance
1020 using DomPair = std::pair<MachineBasicBlock *, SlotIndex>; in hoistCopies() typedef1021 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopies()1043 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()1050 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1062 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1073 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1076 Dom = DomPair(Near, SlotIndex()); in hoistCopies()1089 DomPair &Dom = NearestDom[i]; in hoistCopies()1118 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()