Lines Matching refs:Dom
1044 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies() local
1051 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1061 if (!Dom.first) { in hoistCopies()
1063 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1064 } else if (Dom.first == ValMBB) { in hoistCopies()
1066 if (!Dom.second.isValid() || VNI->def < Dom.second) in hoistCopies()
1067 Dom.second = VNI->def; in hoistCopies()
1071 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopies()
1074 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1075 else if (Near != Dom.first) in hoistCopies()
1077 Dom = DomPair(Near, SlotIndex()); in hoistCopies()
1084 << printMBBReference(*Dom.first) << ' ' << Dom.second in hoistCopies()
1090 DomPair &Dom = NearestDom[i]; in hoistCopies() local
1091 if (!Dom.first || Dom.second.isValid()) in hoistCopies()
1097 Dom.first = findShallowDominator(Dom.first, DefMBB); in hoistCopies()
1099 MBFI.getBlockFreq(Dom.first) > Costs[ParentVNI->id]) { in hoistCopies()
1103 SlotIndex LSP = SA.getLastSplitPoint(Dom.first); in hoistCopies()
1108 Dom.second = defFromParent(0, ParentVNI, LSP, *Dom.first, in hoistCopies()
1109 SA.getLastSplitPointIter(Dom.first))->def; in hoistCopies()
1119 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies() local
1120 if (!Dom.first || Dom.second == VNI->def || in hoistCopies()