Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-reducer.cc19 static bool NodeIdIsLessThan(const Node* node, NodeId id) { in NodeIdIsLessThan() function
60 std::bind2nd(std::ptr_fun(&NodeIdIsLessThan), before), replacement); in ReduceNode()