Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp5263 Use &RightUse = Merge->getOperandUse(1); in BrPHIToSelect() local
5265 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect()
5267 RHS = RightUse; in BrPHIToSelect()
5271 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect()
5272 LHS = RightUse; in BrPHIToSelect()