Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1279 LVILatticeVal LocalResult; in getEdgeValue() local
1280 if (!getEdgeValueLocal(Val, BBFrom, BBTo, LocalResult)) in getEdgeValue()
1283 LocalResult.markOverdefined(); in getEdgeValue()
1285 if (hasSingleValue(LocalResult)) { in getEdgeValue()
1287 Result = LocalResult; in getEdgeValue()
1295 Result = LocalResult; in getEdgeValue()
1312 Result = intersect(LocalResult, InBlock); in getEdgeValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1366 ValueLatticeElement LocalResult; in getEdgeValue() local
1367 if (!getEdgeValueLocal(Val, BBFrom, BBTo, LocalResult)) in getEdgeValue()
1370 LocalResult = ValueLatticeElement::getOverdefined(); in getEdgeValue()
1372 if (hasSingleValue(LocalResult)) { in getEdgeValue()
1374 Result = LocalResult; in getEdgeValue()
1382 Result = LocalResult; in getEdgeValue()
1400 Result = intersect(LocalResult, InBlock); in getEdgeValue()
DMemorySSAUpdater.cpp119 if (auto *LocalResult = getPreviousDefInBlock(MA)) in getPreviousDef() local
120 return LocalResult; in getPreviousDef()