Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp620 bool handleDebugLabel(MachineInstr &MI, SlotIndex Idx);
897 bool LDVImpl::handleDebugLabel(MachineInstr &MI, SlotIndex Idx) { in handleDebugLabel() function in LDVImpl
949 (MBBI->isDebugLabel() && handleDebugLabel(*MBBI, Idx))) { in collectDebugValues()