Searched refs:RightEdge (Results 1 – 1 of 1) sorted by relevance
5997 BasicBlockEdge RightEdge(BI->getParent(), BI->getSuccessor(1)); in BrPHIToSelect() local6002 assert(RightEdge.isSingleEdge() && "Follows from LeftEdge.isSingleEdge()"); in BrPHIToSelect()6007 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect()6013 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect()