Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp725 typedef std::pair<MachineBasicBlock*, SlotIndex> DomPair; in hoistCopiesForSize() typedef
726 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopiesForSize()
742 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()
749 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()
761 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()
772 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()
775 Dom = DomPair(Near, SlotIndex()); in hoistCopiesForSize()
786 DomPair &Dom = NearestDom[i]; in hoistCopiesForSize()
807 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()