Lines Matching refs:CFGBlockValues
119 class CFGBlockValues { class
126 CFGBlockValues(const CFG &cfg);
158 CFGBlockValues::CFGBlockValues(const CFG &c) : cfg(c), vals(0) {} in CFGBlockValues() function in CFGBlockValues
160 void CFGBlockValues::computeSetOfDeclarations(const DeclContext &dc) { in computeSetOfDeclarations()
182 void CFGBlockValues::setAllScratchValues(Value V) { in setAllScratchValues()
187 void CFGBlockValues::mergeIntoScratch(ValueVector const &source, in mergeIntoScratch()
195 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { in updateValueVectorWithScratch()
206 void CFGBlockValues::resetScratch() { in resetScratch()
210 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) { in operator []()
510 CFGBlockValues &vals;
519 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, in TransferFunctions()
821 AnalysisDeclContext &ac, CFGBlockValues &vals, in runOnBlock()
891 CFGBlockValues vals(cfg); in runUninitializedVariablesAnalysis()