Searched refs:handleDebugValue (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 341 void handleDebugValue(MachineInstr &MI); 1647 void RegAllocFastImpl::handleDebugValue(MachineInstr &MI) { in handleDebugValue() function in RegAllocFastImpl 1733 handleDebugValue(MI); in allocateBasicBlock()
|
H A D | LiveDebugVariables.cpp | 599 bool handleDebugValue(MachineInstr &MI, SlotIndex Idx); 800 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue() function in LDVImpl 948 } else if ((MBBI->isDebugValue() && handleDebugValue(*MBBI, Idx)) || in collectDebugValues()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 357 bool handleDebugValue(ArrayRef<const Value *> Values, DILocalVariable *Var,
|
H A D | SelectionDAGBuilder.cpp | 1247 if (!handleDebugValue(Values, Var, It->Expr, It->DL, SDNodeOrder, in visitDbgInfo() 1314 if (!handleDebugValue(Values, Variable, Expression, DVR.getDebugLoc(), in visitDbgInfo() 1524 if (handleDebugValue(V, Var, Expr, DL, SDOrder, /*IsVariadic=*/false)) in salvageUnresolvedDbgValue() 1554 if (handleDebugValue(V, Var, Expr, DL, SDOrder, /*IsVariadic=*/false)) { in salvageUnresolvedDbgValue() 1580 handleDebugValue(Poison, Var, NewExpr, DbgLoc, Order, in handleKillDebugValue() 1584 bool SelectionDAGBuilder::handleDebugValue(ArrayRef<const Value *> Values, in handleDebugValue() function in SelectionDAGBuilder 6678 if (!handleDebugValue(Values, Variable, Expression, DI.getDebugLoc(), in visitIntrinsicCall()
|