Lines Matching refs:ValueVector
105 typedef llvm::PackedVector<Value, 2, llvm::SmallBitVector> ValueVector;
109 SmallVector<ValueVector, 8> vals;
110 ValueVector scratch;
118 ValueVector &getValueVector(const CFGBlock *block) {
123 void mergeIntoScratch(ValueVector const &source, bool isFirst);
132 ValueVector::reference operator[](const VarDecl *vd);
158 static void printVector(const CFGBlock *block, ValueVector &bv,
173 void CFGBlockValues::mergeIntoScratch(ValueVector const &source,
182 ValueVector &dst = getValueVector(block);
196 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) {
886 ValueVector &vec = vals.getValueVector(&entry);