Searched refs:ValMBB (Results 1 – 1 of 1) sorted by relevance
1029 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopies() local1038 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1050 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1051 } else if (Dom.first == ValMBB) { in hoistCopies()1058 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopies()1059 if (Near == ValMBB) in hoistCopies()1061 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1065 Costs[ParentVNI->id] += MBFI.getBlockFreq(ValMBB); in hoistCopies()