Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h93 bool SafeInForbiddenSlot(const MachineInstr &MI) const;
H A DMipsBranchExpansion.cpp764 if (LastInstInFunction || !TII->SafeInForbiddenSlot(*Inst)) { in handleForbiddenSlot()
H A DMipsInstrInfo.cpp564 bool MipsInstrInfo::SafeInForbiddenSlot(const MachineInstr &MI) const { in SafeInForbiddenSlot() function in MipsInstrInfo