Searched refs:ValMBB (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 829 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/ |
D | SplitKit.cpp | 727 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/ |
D | SplitKit.cpp | 1030 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()
|