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

Declarations

include/llvm/CodeGen/SelectionDAGNodes.h
   70 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,

References

include/llvm/CodeGen/SelectionDAG.h
  487       checkForCycles(N.getNode(), this);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 8537     checkForCycles(N, this);
 8557     checkForCycles(N, this);
 9581   checkForCycles(Node);
 9641   checkForCycles(DAG->getRoot().getNode(), DAG, force);