Searched refs:checkForCyclesHelper (Results 1 – 3 of 3) 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 8703 static void checkForCyclesHelper(const SDNode *N, in checkForCyclesHelper() function 8721 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper() 8740 checkForCyclesHelper(N, visited, checked, DAG); in checkForCycles()
|