Lines Matching refs:CFGBlockValues
137 class CFGBlockValues { class
144 CFGBlockValues(const CFG &cfg);
175 CFGBlockValues::CFGBlockValues(const CFG &c) : cfg(c), vals(0) {} in CFGBlockValues() function in CFGBlockValues
177 void CFGBlockValues::computeSetOfDeclarations(const DeclContext &dc) { in computeSetOfDeclarations()
199 void CFGBlockValues::setAllScratchValues(Value V) { in setAllScratchValues()
204 void CFGBlockValues::mergeIntoScratch(ValueVector const &source, in mergeIntoScratch()
212 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { in updateValueVectorWithScratch()
223 void CFGBlockValues::resetScratch() { in resetScratch()
227 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) { in operator []()
481 CFGBlockValues &vals;
490 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, in TransferFunctions()
837 AnalysisDeclContext &ac, CFGBlockValues &vals, in runOnBlock()
917 CFGBlockValues vals(cfg); in runUninitializedVariablesAnalysis()