Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp397 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny], AnyAlu); in AttemptFillSlot() local
398 if (UnslotedSU) in AttemptFillSlot()
399 AssignSlot(UnslotedSU->getInstr(), Slot); in AttemptFillSlot()
400 return UnslotedSU; in AttemptFillSlot()