Home
last modified time | relevance | path

Searched refs:checkForCycles (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAG.h214 void checkForCycles(const SelectionDAG *DAG, bool force = false);
578 checkForCycles(N.getNode(), this);
581 checkForCycles(this);
HDSelectionDAGNodes.h72 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp11724 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()