Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1302 MachineBasicBlock::iterator CurrentTopFastSched = DAG->getCurrentTop(); in scheduleInsideBlocks() local
1317 if (&*CurrentTopFastSched == MI) { in scheduleInsideBlocks()
1319 CurrentTopFastSched = nextIfDebug(++CurrentTopFastSched, in scheduleInsideBlocks()
1323 DAG->getBB()->splice(CurrentTopFastSched, DAG->getBB(), MI); in scheduleInsideBlocks()
1331 PosNew.push_back(CurrentTopFastSched); in scheduleInsideBlocks()