Searched refs:DomPair (Results 1 – 1 of 1) sorted by relevance
722 typedef std::pair<MachineBasicBlock*, SlotIndex> DomPair; in hoistCopiesForSize() typedef723 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopiesForSize()739 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()746 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()758 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()769 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()772 Dom = DomPair(Near, SlotIndex()); in hoistCopiesForSize()783 DomPair &Dom = NearestDom[i]; in hoistCopiesForSize()804 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()