Searched refs:BlockPtrs (Results 1 – 4 of 4) sorted by relevance
222 std::vector<std::unique_ptr<SIScheduleBlock>> BlockPtrs; variable
1059 BlockPtrs.push_back( in createBlocksForVariant()1061 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()
229 std::vector<std::unique_ptr<SIScheduleBlock>> BlockPtrs; variable
1234 BlockPtrs.push_back(llvm::make_unique<SIScheduleBlock>(DAG, this, ID)); in createBlocksForVariant()1235 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()