Lines Matching refs:SmallBitVector
63 #include "llvm/ADT/SmallBitVector.h"
252 SmallBitVector UsedByIndices;
406 const SmallBitVector &getUsedByIndices(const SCEV *Reg) const;
448 SmallBitVector &UsedByIndices = Pair.second.UsedByIndices;
461 const SmallBitVector &UsedByIndices = I->second.UsedByIndices;
468 const SmallBitVector &RegUseTracker::getUsedByIndices(const SCEV *Reg) const {
4514 DenseMap<const SCEV *, SmallBitVector> UsedByIndicesMap;
4551 const SmallBitVector &UsedByIndices = RegUses.getUsedByIndices(OrigReg);
5057 const SmallBitVector &UsedByIndices = RegUses.getUsedByIndices(Reg);
5062 const SmallBitVector &UsedByIndices = RegUses.getUsedByIndices(Reg);
5437 // - track register sets with SmallBitVector