Searched refs:getValueVector (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DUninitializedValues.cpp117 ValueVector &getValueVector(const CFGBlock *block) { function in class:__anon17785::CFGBlockValues
137 return getValueVector(block)[idx.getValue()];
181 ValueVector &dst = getValueVector(block);
757 vals.mergeIntoScratch(vals.getValueVector(pred), isFirst);
827 ValueVector &vec = vals.getValueVector(&entry);

Completed in 275 milliseconds