Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h54 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
793 checkForCycles(this);
814 checkForCycles(this);
825 checkForCycles(this);
839 checkForCycles(this);
855 checkForCycles(this);
868 checkForCycles(this);
DSelectionDAG.h166 void checkForCycles(const SelectionDAG *DAG, bool force = false);
349 checkForCycles(N.getNode(), this);
352 checkForCycles(this);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6588 checkForCycles(N, this); in AssignTopologicalOrder()
6608 checkForCycles(N, this); in AssignTopologicalOrder()
6636 checkForCycles(this, true); in AssignTopologicalOrder()
7335 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm
7352 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm
7353 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()