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);
173 static void printVector(const CFGBlock *block, ValueVector &bv, in printVector()
187 void CFGBlockValues::mergeIntoScratch(ValueVector const &source, in mergeIntoScratch()
196 ValueVector &dst = getValueVector(block); in updateValueVectorWithScratch()
210 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) { in operator []()
928 ValueVector &vec = vals.getValueVector(&entry); in runUninitializedVariablesAnalysis()