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