Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h208 void checkForCycles(const SelectionDAG *DAG, bool force = false);
560 checkForCycles(N.getNode(), this);
563 checkForCycles(this);
H A DSelectionDAGNodes.h72 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10739 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()