Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp234 void handleDebugValue(MachineInstr &MI);
1387 void RegAllocFast::handleDebugValue(MachineInstr &MI) { in handleDebugValue() function in RegAllocFast
1470 handleDebugValue(MI); in allocateBasicBlock()
H A DLiveDebugVariables.cpp577 bool handleDebugValue(MachineInstr &MI, SlotIndex Idx);
767 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue() function in LDVImpl
903 if ((MBBI->isDebugValue() && handleDebugValue(*MBBI, Idx)) || in collectDebugValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h516 bool handleDebugValue(ArrayRef<const Value *> Values, DILocalVariable *Var,
H A DSelectionDAGBuilder.cpp1268 if (handleDebugValue(V, Var, Expr, DL, InstDL, SDOrder, /*IsVariadic=*/false)) in salvageUnresolvedDbgValue()
1295 if (handleDebugValue(V, Var, Expr, DL, InstDL, SDOrder, in salvageUnresolvedDbgValue()
1316 bool SelectionDAGBuilder::handleDebugValue(ArrayRef<const Value *> Values, in handleDebugValue() function in SelectionDAGBuilder
6092 if (!handleDebugValue(Values, Variable, Expression, dl, DI.getDebugLoc(), in visitIntrinsicCall()