Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp138 bool updateValueVectorWithScratch(const CFGBlock *block);
195 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { in updateValueVectorWithScratch() function in CFGBlockValues
845 return vals.updateValueVectorWithScratch(block); in runOnBlock()