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

/external/clang/lib/Analysis/
H A DUninitializedValues.cpp114 ValueVector &getValueVector(const CFGBlock *block) { function in class:__anon3548::CFGBlockValues
134 return getValueVector(block)[idx.getValue()];
184 ValueVector &dst = getValueVector(block);
697 vals.mergeIntoScratch(vals.getValueVector(pred), isFirst);
731 ValueVector &vec = vals.getValueVector(&entry);

Completed in 62 milliseconds