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

References

lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
  252     for (auto *LoopEntry : Graph.getLoopEntries()) {
  274       for (auto *OtherLoopEntry : Graph.getLoopEntries()) {
  276             Graph.canReach(LoopEntry, OtherLoopEntry) &&
  277             Graph.canReach(OtherLoopEntry, LoopEntry)) {
  283         makeSingleEntryLoop(MutualLoopEntries, Blocks, MF, Graph);
  299     for (auto *LoopEntry : Graph.getLoopEntries()) {
  300       LoopBlocks InnerBlocks(LoopEntry, Graph.getLoopEnterers(LoopEntry));