Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp618 bool handleDebugLabel(MachineInstr &MI, SlotIndex Idx);
891 bool LDVImpl::handleDebugLabel(MachineInstr &MI, SlotIndex Idx) { in handleDebugLabel() function in LDVImpl
943 (MBBI->isDebugLabel() && handleDebugLabel(*MBBI, Idx))) { in collectDebugValues()