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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp431 bool handleDebugValue(MachineInstr &MI, SlotIndex Idx);
608 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { function in class:LDVImpl
712 // Only handle DBG_VALUE in handleDebugValue(). Skip all other
714 if ((MBBI->isDebugValue() && handleDebugValue(*MBBI, Idx)) ||
H A DRegAllocFast.cpp186 void handleDebugValue(MachineInstr &MI);
1211 void RegAllocFast::handleDebugValue(MachineInstr &MI) { function in class:__anon3551::RegAllocFast
1273 handleDebugValue(MI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h512 bool handleDebugValue(const Value *V, DILocalVariable *Var,
H A DSelectionDAGBuilder.cpp1255 if (handleDebugValue(V, Var, Expr, DL, InstDL, SDOrder))
1276 if (handleDebugValue(V, Var, Expr, DL, InstDL, SDOrder)) {
1296 bool SelectionDAGBuilder::handleDebugValue(const Value *V, DILocalVariable *Var, function in class:SelectionDAGBuilder
5958 if (handleDebugValue(V, Variable, Expression, dl, DI.getDebugLoc(),

Completed in 194 milliseconds