Searched refs:checkForCycles (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 209 void checkForCycles(const SelectionDAG *DAG, bool force = false); 470 checkForCycles(N.getNode(), this); 473 checkForCycles(this);
|
| H A D | SelectionDAGNodes.h | 71 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 8422 checkForCycles(N, this); in AssignTopologicalOrder() 8442 checkForCycles(N, this); in AssignTopologicalOrder() 8470 checkForCycles(this, true); in AssignTopologicalOrder() 9287 checkForCycles(Node); in createOperands() 9316 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm 9333 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm 9334 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()
|