Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp897 auto delaySlotSupported = [&](const MachineInstr &MI) { in constructCallSiteEntryDIEs() local
935 if (MI.hasDelaySlot() && !delaySlotSupported(*&MI)) in constructCallSiteEntryDIEs()
1921 auto delaySlotSupported = [](const MachineInstr &MI) { in beginInstruction() local
1937 (!MI->hasDelaySlot() || delaySlotSupported(*MI))) { in beginInstruction()