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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h51 void checkForCycles(const SDNode *N);
713 checkForCycles(this);
730 checkForCycles(this);
741 checkForCycles(this);
755 checkForCycles(this);
771 checkForCycles(this);
782 checkForCycles(this);
H A DSelectionDAG.h159 void checkForCycles(const SDNode *N);
160 void checkForCycles(const SelectionDAG *DAG);
346 checkForCycles(N.getNode());
349 checkForCycles(this);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5948 checkForCycles(N);
5968 checkForCycles(N);
6570 void llvm::checkForCycles(const llvm::SDNode *N) { function in class:llvm
6579 void llvm::checkForCycles(const llvm::SelectionDAG *DAG) { function in class:llvm
6580 checkForCycles(DAG->getRoot().getNode());

Completed in 152 milliseconds