Searched refs:checkForCycles (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 51 void checkForCycles(const SDNode *N); 689 checkForCycles(this); 706 checkForCycles(this); 717 checkForCycles(this); 731 checkForCycles(this); 747 checkForCycles(this); 758 checkForCycles(this);
|
D | SelectionDAG.h | 121 void checkForCycles(const SDNode *N); 122 void checkForCycles(const SelectionDAG *DAG); 263 checkForCycles(N.getNode()); 266 checkForCycles(this);
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 167 void checkForCycles(const SelectionDAG *DAG, bool force = false); 298 checkForCycles(Node); 389 checkForCycles(N.getNode(), this); 392 checkForCycles(this);
|
D | SelectionDAGNodes.h | 54 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6575 checkForCycles(N, this); in AssignTopologicalOrder() 6595 checkForCycles(N, this); in AssignTopologicalOrder() 6623 checkForCycles(this, true); in AssignTopologicalOrder() 7307 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm 7324 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm 7325 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5531 checkForCycles(N); in AssignTopologicalOrder() 5551 checkForCycles(N); in AssignTopologicalOrder() 6756 void llvm::checkForCycles(const llvm::SDNode *N) { in checkForCycles() function in llvm 6765 void llvm::checkForCycles(const llvm::SelectionDAG *DAG) { in checkForCycles() function in llvm 6766 checkForCycles(DAG->getRoot().getNode()); in checkForCycles()
|