Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h212 void checkForCycles(const SelectionDAG *DAG, bool force = false);
564 checkForCycles(N.getNode(), this);
567 checkForCycles(this);
H A DSelectionDAGNodes.h72 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11387 checkForCycles(&N, this); in AssignTopologicalOrder()
11407 checkForCycles(N, this); in AssignTopologicalOrder()
11433 checkForCycles(this, true); in AssignTopologicalOrder()
12807 checkForCycles(Node); in createOperands()
13025 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm
13042 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm
13043 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()