Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h418 SIScheduleBlockCreator BlockCreator; variable
421 SIScheduler(SIScheduleDAGMI *DAG) : DAG(DAG), BlockCreator(DAG) {} in SIScheduler()
H A DSIMachineScheduler.cpp1782 SIScheduleBlocks Blocks = BlockCreator.getBlocks(BlockVariant); in scheduleVariant()