Searched refs:hasUnoccupiedSlot (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp252 static bool hasUnoccupiedSlot(const MachineInstr *MI) { function
496 if (!hasUnoccupiedSlot(&*I))
666 if (!hasUnoccupiedSlot(BranchInstrs[0]))
677 if (hasUnoccupiedSlot(BranchInstrs[0]))
681 if (hasUnoccupiedSlot(BranchInstrs[1]) && (FalseBB == &Dst))

Completed in 79 milliseconds