Searched defs:handleDebugValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp310 /// handleDebugValue - Add DBG_VALUE instruction to our maps.
314 bool handleDebugValue(MachineInstr *MI, SlotIndex Idx);
448 bool LDVImpl::handleDebugValue(MachineInstr *MI, SlotIndex Idx) { function in class:LDVImpl
483 if (handleDebugValue(MBBI, Idx)) {

Completed in 89 milliseconds