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

References

lib/CodeGen/MachineOutliner.cpp
  357         Active.Idx = EndIdx;
  360       assert(Active.Idx <= EndIdx && "Start index can't be after end index!");
  368         insertLeaf(*Active.Node, EndIdx, FirstChar);
  396         unsigned LastChar = Str[EndIdx];
  432         insertLeaf(*SplitNode, EndIdx, LastChar);
  453           Active.Idx = EndIdx - SuffixesToAdd + 1;