Searched refs:checkForCycles (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 208 void checkForCycles(const SelectionDAG *DAG, bool force = false); 560 checkForCycles(N.getNode(), this); 563 checkForCycles(this);
|
| H A D | SelectionDAGNodes.h | 72 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 10739 checkForCycles(&N, this); in AssignTopologicalOrder() 10759 checkForCycles(N, this); in AssignTopologicalOrder() 10785 checkForCycles(this, true); in AssignTopologicalOrder() 12099 checkForCycles(Node); in createOperands() 12191 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm 12208 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm 12209 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()
|