Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h216 LLVM_ABI void checkForCycles(const SelectionDAG *DAG, bool force = false);
595 checkForCycles(N.getNode(), this);
598 checkForCycles(this);
H A DSelectionDAGNodes.h73 LLVM_ABI void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12303 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 DDemangleTestCases.inc15175 {"_ZN4llvm14checkForCyclesEPKNS_6SDNodeE", "llvm::checkForCycles(llvm::SDNode const*)"},
15221 {"_ZN4llvm14checkForCyclesEPKNS_12SelectionDAGE", "llvm::checkForCycles(llvm::SelectionDAG const*)"…