Searched refs:HDehoistIndexComputationsPhase (Results 1 – 3 of 3) sorted by relevance
14 class HDehoistIndexComputationsPhase : public HPhase {16 explicit HDehoistIndexComputationsPhase(HGraph* graph) in HDehoistIndexComputationsPhase() function22 DISALLOW_COPY_AND_ASSIGN(HDehoistIndexComputationsPhase);
57 void HDehoistIndexComputationsPhase::Run() { in Run()
4571 if (FLAG_array_index_dehoisting) Run<HDehoistIndexComputationsPhase>(); in Optimize()