Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp340 void handleDebugValue(MachineInstr &MI);
1707 void RegAllocFastImpl::handleDebugValue(MachineInstr &MI) { in handleDebugValue() function in RegAllocFastImpl
1791 handleDebugValue(MI); in allocateBasicBlock()
H A DLiveDebugVariables.cpp611 bool handleDebugValue(MachineInstr &MI, SlotIndex Idx);
809 bool LiveDebugVariables::LDVImpl::handleDebugValue(MachineInstr &MI, in handleDebugValue() function in LiveDebugVariables::LDVImpl
960 } else if ((MBBI->isDebugValue() && handleDebugValue(*MBBI, Idx)) || in collectDebugValues()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h356 bool handleDebugValue(ArrayRef<const Value *> Values, DILocalVariable *Var,
H A DSelectionDAGBuilder.cpp1242 if (!handleDebugValue(Values, Var, It->Expr, It->DL, SDNodeOrder, in visitDbgInfo()
1307 if (!handleDebugValue(Values, Variable, Expression, DVR.getDebugLoc(), in visitDbgInfo()
1514 if (handleDebugValue(V, Var, Expr, DL, SDOrder, /*IsVariadic=*/false)) in salvageUnresolvedDbgValue()
1544 if (handleDebugValue(V, Var, Expr, DL, SDOrder, /*IsVariadic=*/false)) { in salvageUnresolvedDbgValue()
1570 handleDebugValue(Poison, Var, NewExpr, DbgLoc, Order, in handleKillDebugValue()
1574 bool SelectionDAGBuilder::handleDebugValue(ArrayRef<const Value *> Values, in handleDebugValue() function in SelectionDAGBuilder