Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp892 auto delaySlotSupported = [&](const MachineInstr &MI) { in constructCallSiteEntryDIEs() local
930 if (MI.hasDelaySlot() && !delaySlotSupported(*&MI)) in constructCallSiteEntryDIEs()
2007 auto delaySlotSupported = [](const MachineInstr &MI) { in beginInstruction() local
2023 (!MI->hasDelaySlot() || delaySlotSupported(*MI))) { in beginInstruction()