Searched refs:checkForCyclesHelper (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6732 static void checkForCyclesHelper(const SDNode *N, in checkForCyclesHelper() function 6749 checkForCyclesHelper(N->getOperand(i).getNode(), Visited, Checked); in checkForCyclesHelper() 6761 checkForCyclesHelper(N, visited, checked); in checkForCycles()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 7282 static void checkForCyclesHelper(const SDNode *N, in checkForCyclesHelper() function 7300 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper() 7319 checkForCyclesHelper(N, visited, checked, DAG); in checkForCycles()
|