Searched refs:checkForCycles (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 214 void checkForCycles(const SelectionDAG *DAG, bool force = false); 578 checkForCycles(N.getNode(), this); 581 checkForCycles(this);
|
H A D | SelectionDAGNodes.h | 72 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 11724 checkForCycles(&N, this); in AssignTopologicalOrder() 11744 checkForCycles(N, this); in AssignTopologicalOrder() 11770 checkForCycles(this, true); in AssignTopologicalOrder() 13137 checkForCycles(Node); in createOperands() 13355 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm 13372 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm 13373 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()
|