Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-dehoist.h14 class HDehoistIndexComputationsPhase : public HPhase {
16 explicit HDehoistIndexComputationsPhase(HGraph* graph) in HDehoistIndexComputationsPhase() function
22 DISALLOW_COPY_AND_ASSIGN(HDehoistIndexComputationsPhase);
Dhydrogen-dehoist.cc57 void HDehoistIndexComputationsPhase::Run() { in Run()
Dhydrogen.cc4571 if (FLAG_array_index_dehoisting) Run<HDehoistIndexComputationsPhase>(); in Optimize()