Searched refs:DomPair (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.cpp | 711 typedef std::pair<MachineBasicBlock*, SlotIndex> DomPair; in hoistCopiesForSize() typedef 712 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopiesForSize() 728 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize() 735 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize() 747 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize() 758 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize() 761 Dom = DomPair(Near, SlotIndex()); in hoistCopiesForSize() 772 DomPair &Dom = NearestDom[i]; in hoistCopiesForSize() 793 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 808 typedef std::pair<MachineBasicBlock*, SlotIndex> DomPair; in hoistCopies() typedef 809 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopies() 831 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies() 838 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 850 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 861 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 864 Dom = DomPair(Near, SlotIndex()); in hoistCopies() 876 DomPair &Dom = NearestDom[i]; in hoistCopies() 902 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 1009 using DomPair = std::pair<MachineBasicBlock *, SlotIndex>; in hoistCopies() typedef 1010 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopies() 1032 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies() 1039 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 1051 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 1062 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 1065 Dom = DomPair(Near, SlotIndex()); in hoistCopies() 1078 DomPair &Dom = NearestDom[i]; in hoistCopies() 1104 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()
|