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

References

lib/CodeGen/MachineOutliner.cpp
  381         unsigned SubstringLen = NextNode->size();
  390           Active.Node = NextNode;
  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;
  437         SplitNode->Children[Str[NextNode->StartIdx]] = NextNode;