Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp829 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopies() local
838 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
850 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
851 } else if (Dom.first == ValMBB) { in hoistCopies()
858 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopies()
859 if (Near == ValMBB) in hoistCopies()
861 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
865 Costs[ParentVNI->id] += MBFI.getBlockFreq(ValMBB); in hoistCopies()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp727 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopiesForSize() local
735 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()
747 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()
748 } else if (Dom.first == ValMBB) { in hoistCopiesForSize()
755 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopiesForSize()
756 if (Near == ValMBB) in hoistCopiesForSize()
758 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.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()