reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/SelectionDAG.h
 1723   SDNode *UpdateSDLocOnMergeSDNode(SDNode *N, const SDLoc &loc);

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7703       return UpdateSDLocOnMergeSDNode(ON, SDLoc(N));
 7923       return cast<MachineSDNode>(UpdateSDLocOnMergeSDNode(E, DL));