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

References

lib/Transforms/Scalar/NewGVN.cpp
  964     return BlockInstRange.lookup(P1.second).first <
  965            BlockInstRange.lookup(P2.second).first;
 2438       const auto &InstRange = BlockInstRange.lookup(To);
 2966   BlockInstRange.clear();
 3373         const auto &CurrInstRange = BlockInstRange.lookup(CurrBlock);
 3446     BlockInstRange.insert({B, BlockRange});
 3458   const auto &InstRange = BlockInstRange.lookup(&F.getEntryBlock());