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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h51 void checkForCycles(const SDNode *N);
696 checkForCycles(this);
713 checkForCycles(this);
724 checkForCycles(this);
738 checkForCycles(this);
754 checkForCycles(this);
765 checkForCycles(this);
H A DSelectionDAG.h117 void checkForCycles(const SDNode *N);
118 void checkForCycles(const SelectionDAG *DAG);
300 checkForCycles(N.getNode());
303 checkForCycles(this);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5781 checkForCycles(N);
5801 checkForCycles(N);
6373 void llvm::checkForCycles(const llvm::SDNode *N) { function in class:llvm
6382 void llvm::checkForCycles(const llvm::SelectionDAG *DAG) { function in class:llvm
6383 checkForCycles(DAG->getRoot().getNode());

Completed in 181 milliseconds