Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp181 void handleDebugValue(MachineInstr &MI);
1021 void RegAllocFast::handleDebugValue(MachineInstr &MI) { in handleDebugValue() function in RegAllocFast
1083 handleDebugValue(MI); in allocateBasicBlock()
H A DLiveDebugVariables.cpp380 bool handleDebugValue(MachineInstr &MI, SlotIndex Idx);
530 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue() function in LDVImpl
613 if (MBBI->isDebugValue() && handleDebugValue(*MBBI, Idx)) { in collectDebugValues()