Lines Matching refs:CFGBlockValues
119 class CFGBlockValues { class
126 CFGBlockValues(const CFG &cfg);
157 CFGBlockValues::CFGBlockValues(const CFG &c) : cfg(c), vals(0) {} in CFGBlockValues() function in CFGBlockValues
159 void CFGBlockValues::computeSetOfDeclarations(const DeclContext &dc) { in computeSetOfDeclarations()
181 void CFGBlockValues::setAllScratchValues(Value V) { in setAllScratchValues()
186 void CFGBlockValues::mergeIntoScratch(ValueVector const &source, in mergeIntoScratch()
194 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { in updateValueVectorWithScratch()
205 void CFGBlockValues::resetScratch() { in resetScratch()
209 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) { in operator []()
463 CFGBlockValues &vals;
472 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, in TransferFunctions()
840 AnalysisDeclContext &ac, CFGBlockValues &vals, in runOnBlock()
920 CFGBlockValues vals(cfg); in runUninitializedVariablesAnalysis()