Invalidate all DbgValues attached to the node and remove it from the Node‐to‐DbgValues map.
Synopsis
Declared in <llvm/CodeGen/SelectionDAG.h>
void
erase(SDNode const* Node);
Parameters
Name |
Description |
Node |
Node whose debug values are erased. |
Created with MrDocs