Searched refs:next_blocks (Results 1 – 4 of 4) sorted by relevance
141 std::vector<BasicBlock*> next_blocks; in RegisterBlockEnd() local142 next_blocks.reserve(next_list.size()); in RegisterBlockEnd()152 next_blocks.push_back(&inserted_block->second); in RegisterBlockEnd()161 next_blocks_plus_continue_target = next_blocks; in RegisterBlockEnd()173 current_block_->RegisterSuccessors(next_blocks); in RegisterBlockEnd()
57 const std::vector<BasicBlock*>& next_blocks) { in RegisterSuccessors() argument58 for (auto& block : next_blocks) { in RegisterSuccessors()