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.cpp358 void handleDebugValue(MachineInstr &MI);
1608 void RegAllocFast::handleDebugValue(MachineInstr &MI) { in handleDebugValue() function in RegAllocFast
1694 handleDebugValue(MI); in allocateBasicBlock()
H A DLiveDebugVariables.cpp599 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 DSelectionDAGBuilder.h357 bool handleDebugValue(ArrayRef<const Value *> Values, DILocalVariable *Var,
H A DSelectionDAGBuilder.cpp1234 if (!handleDebugValue(Values, Var, It->Expr, It->DL, SDNodeOrder, in visitDbgInfo()
1285 if (!handleDebugValue(Values, Variable, Expression, DPV.getDebugLoc(), in visitDbgInfo()
1491 if (handleDebugValue(V, Var, Expr, DL, SDOrder, /*IsVariadic=*/false)) in salvageUnresolvedDbgValue()
1521 if (handleDebugValue(V, Var, Expr, DL, SDOrder, /*IsVariadic=*/false)) { in salvageUnresolvedDbgValue()
1547 handleDebugValue(Poison, Var, NewExpr, DbgLoc, Order, in handleKillDebugValue()
1551 bool SelectionDAGBuilder::handleDebugValue(ArrayRef<const Value *> Values, in handleDebugValue() function in SelectionDAGBuilder
6360 if (!handleDebugValue(Values, Variable, Expression, DI.getDebugLoc(), in visitIntrinsicCall()