Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12166 static void checkForCyclesHelper(const SDNode *N, in checkForCyclesHelper() function
12184 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper()
12203 checkForCyclesHelper(N, visited, checked, DAG); in checkForCycles()