Searched refs:LeftUse (Results 1 – 2 of 2) sorted by relevance
4152 Use &LeftUse = Merge->getOperandUse(0); in BrPHIToSelect() local4155 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect()4156 LHS = LeftUse; in BrPHIToSelect()4161 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect()4163 RHS = LeftUse; in BrPHIToSelect()
5257 Use &LeftUse = Merge->getOperandUse(0); in BrPHIToSelect() local5260 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect()5261 LHS = LeftUse; in BrPHIToSelect()5266 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect()5268 RHS = LeftUse; in BrPHIToSelect()