Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10673 SDValue PPV = DAG.getNode(ISD::PATCHPOINT, dl, NodeTys, Ops); in visitPatchpoint() local
10678 setValue(&CB, SDValue(PPV.getNode(), 0)); in visitPatchpoint()
10689 SDValue To[] = {PPV.getValue(1), PPV.getValue(2)}; in visitPatchpoint()
10692 DAG.ReplaceAllUsesWith(Call, PPV.getNode()); in visitPatchpoint()