Searched refs:BlocksToProcess (Results 1 – 1 of 1) sorted by relevance
759 SmallVector<BasicBlock *, 8> BlocksToProcess; in applyInsertUpdates() local837 BlocksToProcess.push_back(BB); in applyInsertUpdates()854 if (!BlocksToProcess.empty()) { in applyInsertUpdates()856 SmallPtrSet<BasicBlock *, 16> DefiningBlocks(BlocksToProcess.begin(), in applyInsertUpdates()857 BlocksToProcess.end()); in applyInsertUpdates()