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

References

lib/CodeGen/Analysis.cpp
  322       if (ValLoc.size() >= InsertLoc.size() &&
  323           std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) {
  323           std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) {
  327         ValLoc.resize(ValLoc.size() - InsertLoc.size());