Home
last modified time | relevance | path

Searched refs:DomPair (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DSplitKit.cpp738 typedef std::pair<MachineBasicBlock*, SlotIndex> DomPair; in hoistCopiesForSize() typedef
739 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()