Lines Matching refs:ValueVector
117 using ValueVector = llvm::PackedVector<Value, 2, llvm::SmallBitVector>; typedef
121 SmallVector<ValueVector, 8> vals;
122 ValueVector scratch;
132 ValueVector &getValueVector(const CFGBlock *block) { in getValueVector()
137 void mergeIntoScratch(ValueVector const &source, bool isFirst);
146 ValueVector::reference operator[](const VarDecl *vd);
172 static void printVector(const CFGBlock *block, ValueVector &bv, in printVector()
186 void CFGBlockValues::mergeIntoScratch(ValueVector const &source, in mergeIntoScratch()
195 ValueVector &dst = getValueVector(block); in updateValueVectorWithScratch()
209 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) { in operator []()
933 ValueVector &vec = vals.getValueVector(&entry); in runUninitializedVariablesAnalysis()