Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp741 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopiesForSize() local
749 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()
761 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()
762 } else if (Dom.first == ValMBB) { in hoistCopiesForSize()
769 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopiesForSize()
770 if (Near == ValMBB) in hoistCopiesForSize()
772 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize()