Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1517 ValueLatticeElement LocalResult; in getEdgeValue() local
1518 if (!getEdgeValueLocal(Val, BBFrom, BBTo, LocalResult)) in getEdgeValue()
1521 LocalResult = ValueLatticeElement::getOverdefined(); in getEdgeValue()
1523 if (hasSingleValue(LocalResult)) { in getEdgeValue()
1525 Result = LocalResult; in getEdgeValue()
1533 Result = LocalResult; in getEdgeValue()
1551 Result = intersect(LocalResult, InBlock); in getEdgeValue()
DMemorySSAUpdater.cpp143 if (auto *LocalResult = getPreviousDefInBlock(MA)) in getPreviousDef() local
144 return LocalResult; in getPreviousDef()