Home
last modified time | relevance | path

Searched defs:BitVector (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h24 class BitVector; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h40 friend class BitVector; variable
75 BitVector() : Size(0), Capacity(0) { in BitVector() function
90 BitVector(const BitVector &RHS) : Size(RHS.size()) { in BitVector() function
102 BitVector(BitVector &&RHS) in BitVector() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DSpillPlacement.h37 class BitVector; variable
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DProgrammersManual.rst1504 .. _dss_bitvector:
1506 BitVector subsection
1518 SmallBitVector
1521 The SmallBitVector container provides the same interface as BitVector, but it is argument
1532 SparseBitVector
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h37 class BitVector; variable
H A DMachineFrameInfo.h31 class BitVector; variable
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp34 typedef unsigned char BitVector; // Where the limitation N <= 8 comes from. typedef in llvm::Graph::NodeSubset
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h29 class BitVector; variable