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

References

include/llvm/Analysis/SparsePropagation.h
  151     auto I = ValueState.find(Key);
  152     return I != ValueState.end() ? I->second : LatticeFunc->getUntrackedVal();
  229   auto I = ValueState.find(Key);
  230   if (I != ValueState.end())
  240   return ValueState[Key] = std::move(LV);
  246   auto I = ValueState.find(Key);
  247   if (I != ValueState.end() && I->second == LV)
  252   ValueState[Key] = std::move(LV);
  504   if (ValueState.empty())
  511   for (auto &Entry : ValueState) {