Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dredundancy-elimination.h39 Node* LookupBoundsCheckFor(Node* node) const;
Dredundancy-elimination.cc194 Node* RedundancyElimination::EffectPathChecks::LookupBoundsCheckFor( in LookupBoundsCheckFor() function in v8::internal::compiler::RedundancyElimination::EffectPathChecks
255 if (Node* bounds_check = checks->LookupBoundsCheckFor(left)) { in TryReuseBoundsCheckForFirstInput()