Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6925 static void checkForCyclesHelper(const SDNode *N, in checkForCyclesHelper() function
6943 checkForCyclesHelper(N->getOperand(i).getNode(), Visited, Checked, DAG); in checkForCyclesHelper()
6962 checkForCyclesHelper(N, visited, checked, DAG); in checkForCycles()