Searched refs:LICM (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dlicm.h27 class LICM : public HOptimization { class in namespace:art
29 LICM(HGraph* graph, const SideEffectsAnalysis& side_effects, OptimizingCompilerStats* stats) function in class:art::LICM
40 DISALLOW_COPY_AND_ASSIGN(LICM);
H A Dlicm.cc80 void LICM::Run() {
H A Dlicm_test.cc27 * Fixture class for the LICM tests.
77 // Performs LICM optimizations (after proper set up).
82 LICM(graph_, side_effects, nullptr).Run();
104 // The actual LICM tests.
H A Doptimizing_compiler.cc520 LICM* licm = new (arena) LICM(graph, *side_effects, stats);

Completed in 47 milliseconds