Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSplitKit.cpp1013 using DomPair = std::pair<MachineBasicBlock *, SlotIndex>; in hoistCopies() typedef
1014 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopies()
1036 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()
1043 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1055 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1066 Dom = DomPair(ValMBB, VNI->def); in hoistCopies()
1069 Dom = DomPair(Near, SlotIndex()); in hoistCopies()
1082 DomPair &Dom = NearestDom[i]; in hoistCopies()
1111 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()