HomeSort by relevance Sort by last modified time
    Searched refs:HFlowEngine (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
hydrogen-flow-engine.h 68 class HFlowEngine {
70 HFlowEngine(HGraph* graph, Zone* zone)
hydrogen-removable-simulates.cc 175 HFlowEngine<State, Effects> engine(graph(), zone());
hydrogen-load-elimination.cc 118 // Support for global analysis with HFlowEngine: Merge given state with
133 // Support for global analysis with HFlowEngine: Given state merged with all
435 // Support for HFlowEngine: collect store effects within loops.
490 // The main routine of the analysis phase. Use the HFlowEngine for either a
493 HFlowEngine<HLoadEliminationTable, HLoadEliminationEffects>
hydrogen-check-elimination.cc 143 // Support for global analysis with HFlowEngine: Merge given state with
158 // Support for global analysis with HFlowEngine: Given state merged with all
863 // The main routine of the analysis phase. Use the HFlowEngine for either a
866 HFlowEngine<HCheckTable, HCheckMapsEffects> engine(graph(), zone());

Completed in 238 milliseconds