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

References

lib/CodeGen/MachineOutliner.cpp
  298     assert(StartIdx <= EndIdx && "String can't start after it ends!");
  299     assert(!(!Parent && StartIdx != EmptyIdx) &&
  304         new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root);