Lines Matching refs:Dom
1043 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies() local
1050 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1060 if (!Dom.first) { in hoistCopies()
1062 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1063 } else if (Dom.first == ValMBB) { in hoistCopies()
1065 if (!Dom.second.isValid() || VNI->def < Dom.second) in hoistCopies()
1066 Dom.second = VNI->def; in hoistCopies()
1070 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopies()
1073 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1074 else if (Near != Dom.first) in hoistCopies()
1076 Dom = DomPair(Near, SlotIndex()); in hoistCopies()
1083 << printMBBReference(*Dom.first) << ' ' << Dom.second in hoistCopies()
1089 DomPair &Dom = NearestDom[i]; in hoistCopies() local
1090 if (!Dom.first || Dom.second.isValid()) in hoistCopies()
1096 Dom.first = findShallowDominator(Dom.first, DefMBB); in hoistCopies()
1098 MBFI.getBlockFreq(Dom.first) > Costs[ParentVNI->id]) { in hoistCopies()
1102 SlotIndex LSP = SA.getLastSplitPoint(Dom.first); in hoistCopies()
1107 Dom.second = defFromParent(0, ParentVNI, LSP, *Dom.first, in hoistCopies()
1108 SA.getLastSplitPointIter(Dom.first))->def; in hoistCopies()
1118 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies() local
1119 if (!Dom.first || Dom.second == VNI->def || in hoistCopies()