Searched refs:BlockPtrs (Results 1 – 2 of 2) sorted by relevance
225 std::vector<std::unique_ptr<SIScheduleBlock>> BlockPtrs; variable
1185 BlockPtrs.push_back(std::make_unique<SIScheduleBlock>(DAG, this, ID)); in createBlocksForVariant()1186 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()