Searched refs:handleDebugValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 248 void handleDebugValue(MachineInstr &MI); 1401 void RegAllocFast::handleDebugValue(MachineInstr &MI) { in handleDebugValue() function in RegAllocFast 1484 handleDebugValue(MI); in allocateBasicBlock()
|
| H A D | LiveDebugVariables.cpp | 601 bool handleDebugValue(MachineInstr &MI, SlotIndex Idx); 802 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue() function in LDVImpl 949 } else if ((MBBI->isDebugValue() && handleDebugValue(*MBBI, Idx)) || in collectDebugValues()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 516 bool handleDebugValue(ArrayRef<const Value *> Values, DILocalVariable *Var,
|
| H A D | SelectionDAGBuilder.cpp | 1269 if (handleDebugValue(V, Var, Expr, DL, InstDL, SDOrder, /*IsVariadic=*/false)) in salvageUnresolvedDbgValue() 1296 if (handleDebugValue(V, Var, Expr, DL, InstDL, SDOrder, in salvageUnresolvedDbgValue() 1317 bool SelectionDAGBuilder::handleDebugValue(ArrayRef<const Value *> Values, in handleDebugValue() function in SelectionDAGBuilder 6131 if (!handleDebugValue(Values, Variable, Expression, dl, DI.getDebugLoc(), in visitIntrinsicCall()
|