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

References

include/llvm/ADT/PriorityWorklist.h
  165     if (I == M.end())
  168     assert(V[I->second] == X && "Value not actually at index in map!");
  169     if (I->second == (ptrdiff_t)(V.size() - 1)) {
  174       V[I->second] = T();
  176     M.erase(I);