Searched refs:BlocksToProcess (Results 1 – 1 of 1) sorted by relevance
1089 SmallVector<BasicBlock *, 8> BlocksToProcess; in applyInsertUpdates() local1092 BlocksToProcess.push_back(MPhi->getBlock()); in applyInsertUpdates()1096 if (!BlocksToProcess.empty()) { in applyInsertUpdates()1098 SmallPtrSet<BasicBlock *, 16> DefiningBlocks(BlocksToProcess.begin(), in applyInsertUpdates()1099 BlocksToProcess.end()); in applyInsertUpdates()