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