Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAG.h203 void checkForCycles(const SelectionDAG *DAG, bool force = false);
526 checkForCycles(N.getNode(), this);
529 checkForCycles(this);
DSelectionDAGNodes.h72 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9389 checkForCycles(N, this); in AssignTopologicalOrder()
9409 checkForCycles(N, this); in AssignTopologicalOrder()
9435 checkForCycles(this, true); in AssignTopologicalOrder()
10567 checkForCycles(Node); in createOperands()
10647 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm
10664 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm
10665 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()