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

References

lib/IR/Value.cpp
  877   assert(Entry && "Value bit set but no entries exist");
  888   for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) {
  888   for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) {
  888   for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) {
  890     Iterator.AddToExistingUseListAfter(Entry);
  891     assert(Entry->Next == &Iterator && "Loop invariant broken.");
  893     switch (Entry->getKind()) {
  900       Entry->operator=(nullptr);
  904       static_cast<CallbackVH*>(Entry)->deleted();