Home
last modified time | relevance | path

Searched refs:handleKillDebugValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h361 void handleKillDebugValue(DILocalVariable *Var, DIExpression *Expr,
H A DSelectionDAGBuilder.cpp1238 handleKillDebugValue(Var, It->Expr, It->DL, SDNodeOrder); in visitDbgInfo()
1292 handleKillDebugValue(Variable, Expression, DVR.getDebugLoc(), in visitDbgInfo()
1301 handleKillDebugValue(Variable, Expression, DVR.getDebugLoc(), in visitDbgInfo()
1563 void SelectionDAGBuilder::handleKillDebugValue(DILocalVariable *Var, in handleKillDebugValue() function in SelectionDAGBuilder