Searched refs:checkForCycles (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 207 void checkForCycles(const SelectionDAG *DAG, bool force = false); 541 checkForCycles(N.getNode(), this); 544 checkForCycles(this);
|
| H A D | SelectionDAGNodes.h | 72 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 10479 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()
|