Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp244 void handleDebugValue(MachineInstr &MI);
1445 void RegAllocFast::handleDebugValue(MachineInstr &MI) { in handleDebugValue() function in RegAllocFast
1529 handleDebugValue(MI); in allocateBasicBlock()
H A DLiveDebugVariables.cpp598 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 DSelectionDAGBuilder.h371 bool handleDebugValue(ArrayRef<const Value *> Values, DILocalVariable *Var,
H A DSelectionDAGBuilder.cpp1147 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()