Searched refs:ValMBB (Results 1 – 1 of 1) sorted by relevance
1028 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopies() local1037 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1049 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1050 } else if (Dom.first == ValMBB) { in hoistCopies()1057 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopies()1058 if (Near == ValMBB) in hoistCopies()1060 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1064 Costs[ParentVNI->id] += MBFI.getBlockFreq(ValMBB); in hoistCopies()