Home
last modified time | relevance | path

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

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