Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-bce.h35 EliminateRedundantBoundsChecks(graph()->entry_block()); in Run()
39 void EliminateRedundantBoundsChecks(HBasicBlock* bb);
Dhydrogen-bch.cc337 void EliminateRedundantBoundsChecks(HBasicBlock* bb) { in EliminateRedundantBoundsChecks() function in v8::internal::BASE_EMBEDDED
375 table.EliminateRedundantBoundsChecks(graph()->blocks()->at(i)); in HoistRedundantBoundsChecks()
Dhydrogen-bce.cc339 void HBoundsCheckEliminationPhase::EliminateRedundantBoundsChecks( in EliminateRedundantBoundsChecks() function in v8::internal::HBoundsCheckEliminationPhase