Searched refs:checkForCycles (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 216 LLVM_ABI void checkForCycles(const SelectionDAG *DAG, bool force = false); 595 checkForCycles(N.getNode(), this); 598 checkForCycles(this);
|
| H A D | SelectionDAGNodes.h | 73 LLVM_ABI void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 12303 checkForCycles(&N, this); in AssignTopologicalOrder() 12323 checkForCycles(N, this); in AssignTopologicalOrder() 12349 checkForCycles(this, true); in AssignTopologicalOrder() 13754 checkForCycles(Node); in createOperands() 13974 void llvm::checkForCycles(const llvm::SDNode *N, in checkForCycles() function in llvm 13991 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) { in checkForCycles() function in llvm 13992 checkForCycles(DAG->getRoot().getNode(), DAG, force); in checkForCycles()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 15175 {"_ZN4llvm14checkForCyclesEPKNS_6SDNodeE", "llvm::checkForCycles(llvm::SDNode const*)"}, 15221 {"_ZN4llvm14checkForCyclesEPKNS_12SelectionDAGE", "llvm::checkForCycles(llvm::SelectionDAG const*)"…
|