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

References

lib/CodeGen/MachineOutliner.cpp
  171   bool isRoot() const { return StartIdx == EmptyIdx; }
  184     return *EndIdx - StartIdx + 1;
  399         if (Str[NextNode->StartIdx + Active.Len] == LastChar) {
  427             insertInternalNode(Active.Node, NextNode->StartIdx,
  428                                NextNode->StartIdx + Active.Len - 1, FirstChar);
  436         NextNode->StartIdx += Active.Len;
  437         SplitNode->Children[Str[NextNode->StartIdx]] = NextNode;