Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DR600MachineScheduler.cpp393 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny], AnyAlu); in AttemptFillSlot() local
394 if (UnslotedSU) in AttemptFillSlot()
395 AssignSlot(UnslotedSU->getInstr(), Slot); in AttemptFillSlot()
396 return UnslotedSU; in AttemptFillSlot()