Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp1009 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()