Searched refs:DomPair (Results 1 – 1 of 1) sorted by relevance
1056 using DomPair = std::pair<MachineBasicBlock *, SlotIndex>; in hoistCopies() typedef1057 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopies()1079 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()1086 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1098 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1109 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1112 Dom = DomPair(Near, SlotIndex()); in hoistCopies()1125 DomPair &Dom = NearestDom[i]; in hoistCopies()1154 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()