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

References

lib/Analysis/LazyValueInfo.cpp
  195         It->second->BlockVals[BB] = Result;
  216       return I->second->BlockVals.count(BB);
  226       auto BBI = I->second->BlockVals.find(BB);
  227       if (BBI == I->second->BlockVals.end())
  287     I.second->BlockVals.erase(BB);