Searched refs:RightUse (Results 1 – 1 of 1) sorted by relevance
5980 Use &RightUse = Merge->getOperandUse(1); in BrPHIToSelect() local5982 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect()5984 RHS = RightUse; in BrPHIToSelect()5988 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect()5989 LHS = RightUse; in BrPHIToSelect()