28 #ifndef V8_HYDROGEN_BCE_H_
29 #define V8_HYDROGEN_BCE_H_
37 class BoundsCheckBbData;
55 :
HPhase(
"H_Bounds checks elimination", graph), table_(zone()) { }
58 EliminateRedundantBoundsChecks(
graph()->entry_block());
62 void EliminateRedundantBoundsChecks(HBasicBlock* bb);
74 #endif // V8_HYDROGEN_BCE_H_
BoundsCheckTable(Zone *zone)
HBoundsCheckEliminationPhase(HGraph *graph)
INLINE(BoundsCheckBbData **LookupOrInsert(BoundsCheckKey *key, Zone *zone))