Searched refs:checkSpecialNodes (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 1718 static int checkSpecialNodes(const SUnit *left, const SUnit *right) { in checkSpecialNodes() function 2408 if (int res = checkSpecialNodes(left, right)) in operator ()() 2416 if (int res = checkSpecialNodes(left, right)) in operator ()() 2450 if (int res = checkSpecialNodes(left, right)) in operator ()() 2518 if (int res = checkSpecialNodes(left, right)) in operator ()() 2913 if (int res = checkSpecialNodes(left, right)) in operator ()()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 1828 static int checkSpecialNodes(const SUnit *left, const SUnit *right) { in checkSpecialNodes() function 2485 if (int res = checkSpecialNodes(left, right)) in operator ()() 2493 if (int res = checkSpecialNodes(left, right)) in operator ()() 2527 if (int res = checkSpecialNodes(left, right)) in operator ()() 2593 if (int res = checkSpecialNodes(left, right)) in operator ()()
|