Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5558 Use &LeftUse = Merge->getOperandUse(0); in BrPHIToSelect() local
5561 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect()
5562 LHS = LeftUse; in BrPHIToSelect()
5567 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect()
5569 RHS = LeftUse; in BrPHIToSelect()