Lines Matching refs:ValueVector
135 using ValueVector = llvm::PackedVector<Value, 2, llvm::SmallBitVector>; typedef
139 SmallVector<ValueVector, 8> vals;
140 ValueVector scratch;
150 ValueVector &getValueVector(const CFGBlock *block) { in getValueVector()
155 void mergeIntoScratch(ValueVector const &source, bool isFirst);
164 ValueVector::reference operator[](const VarDecl *vd);
190 static void printVector(const CFGBlock *block, ValueVector &bv, in printVector()
204 void CFGBlockValues::mergeIntoScratch(ValueVector const &source, in mergeIntoScratch()
213 ValueVector &dst = getValueVector(block); in updateValueVectorWithScratch()
227 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) { in operator []()
930 ValueVector &vec = vals.getValueVector(&entry); in runUninitializedVariablesAnalysis()