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

References

lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
  325   assert(Entries.size() >= 2);
  328   BlockVector SortedEntries(Entries.begin(), Entries.end());
  328   BlockVector SortedEntries(Entries.begin(), Entries.end());
  396       if (!Entries.count(Entry))
  411       if (Entries.count(Entry) && Pred->isLayoutSuccessor(Entry))
  422       if (!Entries.count(Entry) ||
  459       if (!Entries.count(Succ))