Searched refs:CurrentTopFastSched (Results 1 – 1 of 1) sorted by relevance
1310 MachineBasicBlock::iterator CurrentTopFastSched = DAG->getCurrentTop(); in scheduleInsideBlocks() local1325 if (&*CurrentTopFastSched == MI) { in scheduleInsideBlocks()1327 CurrentTopFastSched = nextIfDebug(++CurrentTopFastSched, in scheduleInsideBlocks()1331 DAG->getBB()->splice(CurrentTopFastSched, DAG->getBB(), MI); in scheduleInsideBlocks()1339 PosNew.push_back(CurrentTopFastSched); in scheduleInsideBlocks()