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

  /external/v8/src/crankshaft/
hydrogen-flow-engine.h 68 class HFlowEngine {
70 HFlowEngine(HGraph* graph, Zone* zone)
hydrogen-removable-simulates.cc 183 HFlowEngine<State, Effects> engine(graph(), zone());
hydrogen-load-elimination.cc 119 // Support for global analysis with HFlowEngine: Merge given state with
134 // Support for global analysis with HFlowEngine: Given state merged with all
434 // 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>
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
872 // The main routine of the analysis phase. Use the HFlowEngine for either a
875 HFlowEngine<HCheckTable, HCheckMapsEffects> engine(graph(), zone());

Completed in 94 milliseconds