Home
last modified time | relevance | path

Searched refs:ValMBB (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSplitKit.cpp1030 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopies() local
1039 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1051 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1052 } else if (Dom.first == ValMBB) { in hoistCopies()
1059 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopies()
1060 if (Near == ValMBB) in hoistCopies()
1062 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1066 Costs[ParentVNI->id] += MBFI.getBlockFreq(ValMBB); in hoistCopies()