Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10536 static void checkForCyclesHelper(const SDNode *N, in checkForCyclesHelper() function
10554 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper()
10573 checkForCyclesHelper(N, visited, checked, DAG); in checkForCycles()