Home
last modified time | relevance | path

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

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