Searched refs:HFlowEngine (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-flow-engine.h91 class HFlowEngine { class in namespace:v8::internal
93 HFlowEngine(HGraph* graph, Zone* zone) function in class:v8::internal::HFlowEngine
H A Dhydrogen-load-elimination.cc137 // Support for global analysis with HFlowEngine: Copy state to sucessor block.
152 // Support for global analysis with HFlowEngine: Merge this state with
414 // Support for HFlowEngine: collect store effects within loops.
489 // The main routine of the analysis phase. Use the HFlowEngine for either a
492 HFlowEngine<HLoadEliminationTable, HLoadEliminationEffects>
H A Dhydrogen-check-elimination.cc497 // The main routine of the analysis phase. Use the HFlowEngine for either a
500 HFlowEngine<HCheckTable, HCheckMapsEffects> engine(graph(), zone());

Completed in 82 milliseconds