Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp738 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopiesForSize() local
746 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()
758 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()
759 } else if (Dom.first == ValMBB) { in hoistCopiesForSize()
766 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopiesForSize()
767 if (Near == ValMBB) in hoistCopiesForSize()
769 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()