Searched refs:ExistingBlocks (Results 1 – 1 of 1) sorted by relevance
5427 SmallVector<BasicBlock *, 8> ExistingBlocks; in createIfVersion() local5428 ExistingBlocks.reserve(L->getNumBlocks() + 1); in createIfVersion()5429 ExistingBlocks.push_back(ThenBlock); in createIfVersion()5430 ExistingBlocks.append(L->block_begin(), L->block_end()); in createIfVersion()5437 for (BasicBlock *Block : ExistingBlocks) { in createIfVersion()