Lines Matching refs:CFGBlockValues
107 class CFGBlockValues { class
113 CFGBlockValues(const CFG &cfg);
143 CFGBlockValues::CFGBlockValues(const CFG &c) : cfg(c), vals(0) {} in CFGBlockValues() function in CFGBlockValues
145 void CFGBlockValues::computeSetOfDeclarations(const DeclContext &dc) { in computeSetOfDeclarations()
168 void CFGBlockValues::setAllScratchValues(Value V) { in setAllScratchValues()
173 void CFGBlockValues::mergeIntoScratch(ValueVector const &source, in mergeIntoScratch()
181 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { in updateValueVectorWithScratch()
192 void CFGBlockValues::resetScratch() { in resetScratch()
196 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) { in operator []()
491 CFGBlockValues &vals;
500 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, in TransferFunctions()
802 AnalysisDeclContext &ac, CFGBlockValues &vals, in runOnBlock()
873 CFGBlockValues vals(cfg); in runUninitializedVariablesAnalysis()