Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dredundancy-elimination.cc124 bool IsCompatibleCheck(Node const* a, Node const* b) { in IsCompatibleCheck() function
143 if (IsCompatibleCheck(check->node, node)) { in LookupCheck()
Dload-elimination.cc131 bool IsCompatibleCheck(Node const* a, Node const* b) { in IsCompatibleCheck() function
143 if (check && IsCompatibleCheck(check, node)) { in Lookup()