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

References

include/llvm/Analysis/BlockFrequencyInfoImpl.h
  185     IndexType Index;
  188     BlockNode(IndexType Index) : Index(Index) {}
lib/Analysis/BlockFrequencyInfoImpl.cpp
  179   using HashTable = DenseMap<BlockNode::IndexType, Weight>;