reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/LazyValueInfo.cpp
 1553   LLVM_DEBUG(dbgs() << "LVI Getting block end value " << *V << " at '"
 1557   if (!hasBlockValue(V, BB)) {
 1558     pushBlockValue(std::make_pair(BB, V));
 1561   ValueLatticeElement Result = getBlockValue(V, BB);
 1562   intersectAssumeOrGuardBlockValueConstantRange(V, Result, CxtI);