reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1039 Dom = DomPair(ValMBB, VNI->def); 1049 if (!Dom.first) { 1051 Dom = DomPair(ValMBB, VNI->def); 1052 } else if (Dom.first == ValMBB) { 1054 if (!Dom.second.isValid() || VNI->def < Dom.second) 1054 if (!Dom.second.isValid() || VNI->def < Dom.second) 1055 Dom.second = VNI->def; 1059 MDT.findNearestCommonDominator(Dom.first, ValMBB); 1062 Dom = DomPair(ValMBB, VNI->def); 1063 else if (Near != Dom.first) 1065 Dom = DomPair(Near, SlotIndex()); 1072 << printMBBReference(*Dom.first) << ' ' << Dom.second 1072 << printMBBReference(*Dom.first) << ' ' << Dom.second