Searched defs:SparseBitVector (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | SparseBitVector.h | 444 SparseBitVector() : Elements(), CurrElementIter(Elements.begin()) {} SparseBitVector() function |
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | LiveIntervalUnion.h | 33 template <unsigned Element> class SparseBitVector; variable |