Searched refs:handleDebugValue (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 244 void handleDebugValue(MachineInstr &MI); 1445 void RegAllocFast::handleDebugValue(MachineInstr &MI) { in handleDebugValue() function in RegAllocFast 1529 handleDebugValue(MI); in allocateBasicBlock()
|
| H A D | LiveDebugVariables.cpp | 598 bool handleDebugValue(MachineInstr &MI, SlotIndex Idx); 799 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue() function in LDVImpl 947 } else if ((MBBI->isDebugValue() && handleDebugValue(*MBBI, Idx)) || in collectDebugValues()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 371 bool handleDebugValue(ArrayRef<const Value *> Values, DILocalVariable *Var,
|
| H A D | SelectionDAGBuilder.cpp | 1147 if (!handleDebugValue(It->V, Var, It->Expr, It->DL, SDNodeOrder, in visit() 1337 if (handleDebugValue(V, Var, Expr, DL, SDOrder, /*IsVariadic=*/false)) in salvageUnresolvedDbgValue() 1366 if (handleDebugValue(V, Var, Expr, DL, SDOrder, /*IsVariadic=*/false)) { in salvageUnresolvedDbgValue() 1385 bool SelectionDAGBuilder::handleDebugValue(ArrayRef<const Value *> Values, in handleDebugValue() function in SelectionDAGBuilder 6223 if (!handleDebugValue(Values, Variable, Expression, DI.getDebugLoc(), in visitIntrinsicCall()
|