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.cpp10837 SDValue PPV = DAG.getNode(ISD::PATCHPOINT, dl, NodeTys, Ops); in visitPatchpoint() local
10842 setValue(&CB, SDValue(PPV.getNode(), 0)); in visitPatchpoint()
10853 SDValue To[] = {PPV.getValue(1), PPV.getValue(2)}; in visitPatchpoint()
10856 DAG.ReplaceAllUsesWith(Call, PPV.getNode()); in visitPatchpoint()