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

References

lib/CodeGen/MachineOutliner.cpp
  128   unsigned StartIdx = EmptyIdx;
  141   unsigned SuffixIdx = EmptyIdx;
  168   bool isLeaf() const { return SuffixIdx != EmptyIdx; }
  171   bool isRoot() const { return StartIdx == EmptyIdx; }
  180     assert(*EndIdx != EmptyIdx && "EndIdx is undefined!");
  258     unsigned Idx = EmptyIdx;
  299     assert(!(!Parent && StartIdx != EmptyIdx) &&
  469     Root = insertInternalNode(nullptr, EmptyIdx, EmptyIdx, 0);
  469     Root = insertInternalNode(nullptr, EmptyIdx, EmptyIdx, 0);