Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h207 void checkForCycles(const SelectionDAG *DAG, bool force = false);
541 checkForCycles(N.getNode(), this);
544 checkForCycles(this);
H A DSelectionDAGNodes.h72 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10479 checkForCycles(&N, this); in AssignTopologicalOrder()
10499 checkForCycles(N, this); in AssignTopologicalOrder()
10525 checkForCycles(this, true); in AssignTopologicalOrder()
11796 checkForCycles(Node); in createOperands()
11876 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm
11893 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm
11894 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()