Searched refs:BlocksToProcess (Results 1 – 1 of 1) sorted by relevance
1047 SmallVector<BasicBlock *, 8> BlocksToProcess; in applyInsertUpdates() local1050 BlocksToProcess.push_back(MPhi->getBlock()); in applyInsertUpdates()1054 if (!BlocksToProcess.empty()) { in applyInsertUpdates()1056 SmallPtrSet<BasicBlock *, 16> DefiningBlocks(BlocksToProcess.begin(), in applyInsertUpdates()1057 BlocksToProcess.end()); in applyInsertUpdates()