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

References

lib/Analysis/LazyValueInfo.cpp
  539     assert(BlockValueSet.count(e) && "Stack value should be in BlockValueSet!");
  541     if (solveBlockValue(e.second, e.first)) {
  541     if (solveBlockValue(e.second, e.first)) {
  543       assert(BlockValueStack.back() == e && "Nothing should have been pushed!");
  544       assert(TheCache.hasCachedValueInfo(e.second, e.first) &&
  544       assert(TheCache.hasCachedValueInfo(e.second, e.first) &&
  548           dbgs() << "POP " << *e.second << " in " << e.first->getName() << " = "
  548           dbgs() << "POP " << *e.second << " in " << e.first->getName() << " = "
  549                  << TheCache.getCachedValueInfo(e.second, e.first) << "\n");
  549                  << TheCache.getCachedValueInfo(e.second, e.first) << "\n");
  552       BlockValueSet.erase(e);
  555       assert(BlockValueStack.back() != e && "Stack should have been pushed!");