Searched refs:HBoundsCheckHoistingPhase (Results 1 – 3 of 3) sorted by relevance
14 class HBoundsCheckHoistingPhase : public HPhase {16 explicit HBoundsCheckHoistingPhase(HGraph* graph) in HBoundsCheckHoistingPhase() function26 DISALLOW_COPY_AND_ASSIGN(HBoundsCheckHoistingPhase);
370 void HBoundsCheckHoistingPhase::HoistRedundantBoundsChecks() { in HoistRedundantBoundsChecks()
4570 if (FLAG_array_bounds_checks_hoisting) Run<HBoundsCheckHoistingPhase>(); in Optimize()