Home
last modified time | relevance | path

Searched refs:EmptyIdx (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp105 const unsigned EmptyIdx = -1; variable
135 unsigned StartIdx = EmptyIdx;
148 unsigned SuffixIdx = EmptyIdx;
184 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf()
187 bool isRoot() const { return StartIdx == EmptyIdx; } in isRoot()
196 assert(*EndIdx != EmptyIdx && "EndIdx is undefined!"); in size()
271 unsigned Idx = EmptyIdx;
312 assert(!(!Parent && StartIdx != EmptyIdx) && in insertInternalNode()
497 Root = insertInternalNode(nullptr, EmptyIdx, EmptyIdx, 0); in SuffixTree()