Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp4144 BasicBlockEdge LeftEdge(BI->getParent(), BI->getSuccessor(0)); in BrPHIToSelect() local
4147 if (!LeftEdge.isSingleEdge()) in BrPHIToSelect()
4155 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect()
4161 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp5255 BasicBlockEdge LeftEdge(BI->getParent(), BI->getSuccessor(0)); in BrPHIToSelect() local
5258 if (!LeftEdge.isSingleEdge()) in BrPHIToSelect()
5266 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect()
5272 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp5327 BasicBlockEdge LeftEdge(BI->getParent(), BI->getSuccessor(0)); in BrPHIToSelect() local
5330 if (!LeftEdge.isSingleEdge()) in BrPHIToSelect()
5338 if (DT.dominates(LeftEdge, LeftUse) && DT.dominates(RightEdge, RightUse)) { in BrPHIToSelect()
5344 if (DT.dominates(LeftEdge, RightUse) && DT.dominates(RightEdge, LeftUse)) { in BrPHIToSelect()