Lines Matching refs:scratch
122 ValueVector scratch; member in __anon812707660211::CFGBlockValues
163 scratch.resize(decls); in computeSetOfDeclarations()
183 for (unsigned I = 0, E = scratch.size(); I != E; ++I) in setAllScratchValues()
184 scratch[I] = V; in setAllScratchValues()
190 scratch = source; in mergeIntoScratch()
192 scratch |= source; in mergeIntoScratch()
197 bool changed = (dst != scratch); in updateValueVectorWithScratch()
199 dst = scratch; in updateValueVectorWithScratch()
201 printVector(block, scratch, 0); in updateValueVectorWithScratch()
207 scratch.reset(); in resetScratch()
213 return scratch[idx.value()]; in operator []()