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