Searched refs:checkForCycles (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 54 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);
|
D | SelectionDAG.h | 166 void checkForCycles(const SelectionDAG *DAG, bool force = false); 349 checkForCycles(N.getNode(), this); 352 checkForCycles(this);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6588 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()
|