Searched refs:handleDebugValue (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 244 void handleDebugValue(MachineInstr &MI); 1417 void RegAllocFast::handleDebugValue(MachineInstr &MI) { in handleDebugValue() function in RegAllocFast 1499 handleDebugValue(MI); in allocateBasicBlock()
|
| H A D | LiveDebugVariables.cpp | 597 bool handleDebugValue(MachineInstr &MI, SlotIndex Idx); 798 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue() function in LDVImpl 942 } else if ((MBBI->isDebugValue() && handleDebugValue(*MBBI, Idx)) || in collectDebugValues()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 319 bool handleDebugValue(ArrayRef<const Value *> Values, DILocalVariable *Var,
|
| H A D | SelectionDAGBuilder.cpp | 1280 if (handleDebugValue(V, Var, Expr, DL, InstDL, SDOrder, /*IsVariadic=*/false)) in salvageUnresolvedDbgValue() 1309 if (handleDebugValue(V, Var, Expr, DL, InstDL, SDOrder, in salvageUnresolvedDbgValue() 1330 bool SelectionDAGBuilder::handleDebugValue(ArrayRef<const Value *> Values, in handleDebugValue() function in SelectionDAGBuilder 6143 if (!handleDebugValue(Values, Variable, Expression, dl, DI.getDebugLoc(), in visitIntrinsicCall()
|