Home
last modified time | relevance | path

Searched refs:LocalResult (Results 1 – 1 of 1) 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()