Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPhiValues.cpp127 unsigned int DepthNumber = DepthMap.lookup(PN); in getValuesForPhi() local
128 if (DepthNumber == 0) { in getValuesForPhi()
131 DepthNumber = DepthMap.lookup(PN); in getValuesForPhi()
133 assert(DepthNumber != 0); in getValuesForPhi()
135 return NonPhiReachableMap[DepthNumber]; in getValuesForPhi()
/external/llvm-project/llvm/lib/Analysis/
DPhiValues.cpp126 unsigned int DepthNumber = DepthMap.lookup(PN); in getValuesForPhi() local
127 if (DepthNumber == 0) { in getValuesForPhi()
130 DepthNumber = DepthMap.lookup(PN); in getValuesForPhi()
132 assert(DepthNumber != 0); in getValuesForPhi()
134 return NonPhiReachableMap[DepthNumber]; in getValuesForPhi()