Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:checkForCycles

6575     checkForCycles(N, this);
6595 checkForCycles(N, this);
6623 checkForCycles(this, true);
7307 void llvm::checkForCycles(const llvm::SDNode *N,
7324 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) {
7325 checkForCycles(DAG->getRoot().getNode(), DAG, force);