Searched refs:BlocksToProcess (Results 1 – 1 of 1) sorted by relevance
1068 SmallVector<BasicBlock *, 8> BlocksToProcess; in applyInsertUpdates() local1071 BlocksToProcess.push_back(MPhi->getBlock()); in applyInsertUpdates()1075 if (!BlocksToProcess.empty()) { in applyInsertUpdates()1077 SmallPtrSet<BasicBlock *, 16> DefiningBlocks(BlocksToProcess.begin(), in applyInsertUpdates()1078 BlocksToProcess.end()); in applyInsertUpdates()