Searched refs:LocalResult (Results 1 – 2 of 2) sorted by relevance
1517 ValueLatticeElement LocalResult; in getEdgeValue() local1518 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()
143 if (auto *LocalResult = getPreviousDefInBlock(MA)) in getPreviousDef() local144 return LocalResult; in getPreviousDef()