Searched refs:ValMBB (Results 1 – 1 of 1) sorted by relevance
1041 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopies() local1050 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1062 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1063 } else if (Dom.first == ValMBB) { in hoistCopies()1070 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopies()1071 if (Near == ValMBB) in hoistCopies()1073 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()1077 Costs[ParentVNI->id] += MBFI.getBlockFreq(ValMBB); in hoistCopies()