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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp102 const unsigned EmptyIdx = -1; member in namespace:__anon4590
129 unsigned StartIdx = EmptyIdx;
142 unsigned SuffixIdx = EmptyIdx;
169 bool isLeaf() const { return SuffixIdx != EmptyIdx; }
172 bool isRoot() const { return StartIdx == EmptyIdx; }
181 assert(*EndIdx != EmptyIdx && "EndIdx is undefined!");
259 unsigned Idx = EmptyIdx;
300 assert(!(!Parent && StartIdx != EmptyIdx) &&
475 Root = insertInternalNode(nullptr, EmptyIdx, EmptyIdx,
[all...]

Completed in 102 milliseconds