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

References

lib/CodeGen/MachineOutliner.cpp
  366       if (Active.Node->Children.count(FirstChar) == 0) {
  368         insertLeaf(*Active.Node, EndIdx, FirstChar);
  373           NeedsLink->Link = Active.Node;
  379         SuffixTreeNode *NextNode = Active.Node->Children[FirstChar];
  390           Active.Node = NextNode;
  403           if (NeedsLink && !Active.Node->isRoot()) {
  404             NeedsLink->Link = Active.Node;
  427             insertInternalNode(Active.Node, NextNode->StartIdx,
  450       if (Active.Node->isRoot()) {
  457         Active.Node = Active.Node->Link;
  457         Active.Node = Active.Node->Link;
  470     Active.Node = Root;
  475     Active.Node = Root;