Searched refs:CFGBlockValues (Results 1 – 1 of 1) sorted by relevance
137 class CFGBlockValues { class144 CFGBlockValues(const CFG &cfg);175 CFGBlockValues::CFGBlockValues(const CFG &c) : cfg(c), vals(0) {} in CFGBlockValues() function in CFGBlockValues177 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;[all …]