Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp150 ValueVector &getValueVector(const CFGBlock *block) { in getValueVector() function in __anon2e1962360211::CFGBlockValues
169 return getValueVector(block)[*idx]; in getValue()
213 ValueVector &dst = getValueVector(block); in updateValueVectorWithScratch()
851 vals.mergeIntoScratch(vals.getValueVector(pred), isFirst); in runOnBlock()
930 ValueVector &vec = vals.getValueVector(&entry); in runUninitializedVariablesAnalysis()