Searched refs:LeftUse (Results 1 – 1 of 1) sorted by relevance
5972 Use &LeftUse = Merge->getOperandUse(0); in BrPHIToSelect() local5975 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect()5976 LHS = LeftUse; in BrPHIToSelect()5981 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect()5983 RHS = LeftUse; in BrPHIToSelect()