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

References

lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
  422       if (!Entries.count(Entry) ||
  423           Map.count(std::make_pair(InLoop.count(Pred), Entry)))
  428       if (EntryToLayoutPred.count(std::make_pair(PredInLoop, Entry)) &&
  429           EntryToLayoutPred[std::make_pair(PredInLoop, Entry)] != Pred)
  434       MF.insert(Pred->isLayoutSuccessor(Entry)
  435                     ? MachineFunction::iterator(Entry)
  443           .addImm(Indices[Entry]);
  446       Map[std::make_pair(PredInLoop, Entry)] = Routing;