Searched refs:LeftUse (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4152 Use &LeftUse = Merge->getOperandUse(0); in BrPHIToSelect() local 4155 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5263 Use &LeftUse = Merge->getOperandUse(0); in BrPHIToSelect() local 5266 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect() 5267 LHS = LeftUse; in BrPHIToSelect() 5272 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect() 5274 RHS = LeftUse; in BrPHIToSelect()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5335 Use &LeftUse = Merge->getOperandUse(0); in BrPHIToSelect() local 5338 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect() 5339 LHS = LeftUse; in BrPHIToSelect() 5344 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect() 5346 RHS = LeftUse; in BrPHIToSelect()
|