Searched refs:handleDebugValue (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 234 void handleDebugValue(MachineInstr &MI); 1387 void RegAllocFast::handleDebugValue(MachineInstr &MI) { in handleDebugValue() function in RegAllocFast 1470 handleDebugValue(MI); in allocateBasicBlock()
|
| H A D | LiveDebugVariables.cpp | 577 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 D | SelectionDAGBuilder.h | 516 bool handleDebugValue(ArrayRef<const Value *> Values, DILocalVariable *Var,
|
| H A D | SelectionDAGBuilder.cpp | 1268 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()
|