Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10622 static void checkForCyclesHelper(const SDNode *N, in checkForCyclesHelper() function
10640 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper()
10659 checkForCyclesHelper(N, visited, checked, DAG); in checkForCycles()