Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h229 std::vector<std::unique_ptr<SIScheduleBlock>> BlockPtrs; variable
H A DSIMachineScheduler.cpp1232 BlockPtrs.push_back(llvm::make_unique<SIScheduleBlock>(DAG, this, ID)); in createBlocksForVariant()
1233 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()