Searched refs:checkForCycles (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | SelectionDAG.h | 203 void checkForCycles(const SelectionDAG *DAG, bool force = false); 526 checkForCycles(N.getNode(), this); 529 checkForCycles(this);
|
| D | SelectionDAGNodes.h | 72 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 9389 checkForCycles(N, this); in AssignTopologicalOrder() 9409 checkForCycles(N, this); in AssignTopologicalOrder() 9435 checkForCycles(this, true); in AssignTopologicalOrder() 10567 checkForCycles(Node); in createOperands() 10647 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm 10664 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm 10665 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()
|