Searched refs:delaySlotSupported (Results 1 – 1 of 1) sorted by relevance
892 auto delaySlotSupported = [&](const MachineInstr &MI) { in constructCallSiteEntryDIEs() local930 if (MI.hasDelaySlot() && !delaySlotSupported(*&MI)) in constructCallSiteEntryDIEs()2007 auto delaySlotSupported = [](const MachineInstr &MI) { in beginInstruction() local2023 (!MI->hasDelaySlot() || delaySlotSupported(*MI))) { in beginInstruction()