Searched refs:LocalResult (Results 1 – 3 of 3) sorted by relevance
1279 LVILatticeVal LocalResult; in getEdgeValue() local1280 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()
1366 ValueLatticeElement LocalResult; in getEdgeValue() local1367 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()
119 if (auto *LocalResult = getPreviousDefInBlock(MA)) in getPreviousDef() local120 return LocalResult; in getPreviousDef()