Home
last modified time | relevance | path

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

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