Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1451 ValueLatticeElement LocalResult = in getEdgeValue() local
1454 if (hasSingleValue(LocalResult)) in getEdgeValue()
1456 return LocalResult; in getEdgeValue()
1474 return intersect(LocalResult, InBlock); in getEdgeValue()
H A DMemorySSAUpdater.cpp138 if (auto *LocalResult = getPreviousDefInBlock(MA)) in getPreviousDef() local
139 return LocalResult; in getPreviousDef()