Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp156 bool updateValueVectorWithScratch(const CFGBlock *block);
212 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { in updateValueVectorWithScratch() function in CFGBlockValues
865 return vals.updateValueVectorWithScratch(block); in runOnBlock()