Home
last modified time | relevance | path

Searched refs:BlockPtrs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h226 std::vector<std::unique_ptr<SIScheduleBlock>> BlockPtrs; variable
H A DSIMachineScheduler.cpp1205 BlockPtrs.push_back(std::make_unique<SIScheduleBlock>(DAG, this, ID)); in createBlocksForVariant()
1206 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()