Searched refs:ValMBB (Results 1 – 1 of 1) sorted by relevance
1077 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopies() local1086 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1098 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1099 } else if (Dom.first == ValMBB) { in hoistCopies()1106 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopies()1107 if (Near == ValMBB) in hoistCopies()1109 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1113 Costs[ParentVNI->id] += MBFI.getBlockFreq(ValMBB); in hoistCopies()