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

References

lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
   94     if (!ML && !WE)
   96     if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) {
   96     if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) {
   96     if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) {
   98       if (LoopMap.count(ML))
   99         return LoopMap[ML].get();
  100       LoopMap[ML] = std::make_unique<ConcreteRegion<MachineLoop>>(ML);
  100       LoopMap[ML] = std::make_unique<ConcreteRegion<MachineLoop>>(ML);
  101       return LoopMap[ML].get();