Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1324 MachineBasicBlock::iterator CurrentTopFastSched = DAG->getCurrentTop(); in scheduleInsideBlocks() local
1339 if (&*CurrentTopFastSched == MI) { in scheduleInsideBlocks()
1341 CurrentTopFastSched = nextIfDebug(++CurrentTopFastSched, in scheduleInsideBlocks()
1345 DAG->getBB()->splice(CurrentTopFastSched, DAG->getBB(), MI); in scheduleInsideBlocks()
1353 PosNew.push_back(CurrentTopFastSched); in scheduleInsideBlocks()