Searched refs:DomPair (Results 1 – 1 of 1) sorted by relevance
738 typedef std::pair<MachineBasicBlock*, SlotIndex> DomPair; in hoistCopiesForSize() typedef739 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopiesForSize()757 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()764 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()776 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()787 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()790 Dom = DomPair(Near, SlotIndex()); in hoistCopiesForSize()801 DomPair &Dom = NearestDom[i]; in hoistCopiesForSize()824 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()