Home
last modified time | relevance | path

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

/external/gemmlowp/profiling/
Dprofiler.h170 static bool CompareNodes(Node* n1, Node* n2) { in CompareNodes() function
232 std::sort(node->children.begin(), node->children.end(), CompareNodes); in SortNode()
/external/v8/src/compiler/
Dinstruction-scheduler.cc113 bool InstructionScheduler::CompareNodes(ScheduleGraphNode *node1, in CompareNodes() function in v8::internal::compiler::InstructionScheduler
144 CompareNodes(*iterator, *candidate)) { in ScheduleBlock()
Dinstruction-scheduler.h95 bool CompareNodes(ScheduleGraphNode *node1, ScheduleGraphNode *node2) const;