Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h53 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
729 checkForCycles(this);
750 checkForCycles(this);
761 checkForCycles(this);
775 checkForCycles(this);
791 checkForCycles(this);
804 checkForCycles(this);
DSelectionDAG.h162 void checkForCycles(const SelectionDAG *DAG, bool force = false);
335 checkForCycles(N.getNode(), this);
338 checkForCycles(this);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6248 checkForCycles(N, this); in AssignTopologicalOrder()
6268 checkForCycles(N, this); in AssignTopologicalOrder()
6295 checkForCycles(this, true); in AssignTopologicalOrder()
6950 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm
6967 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm
6968 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()