HomeSort by relevance Sort by last modified time
    Searched defs:use_lvn (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
mir_optimization.cc 325 bool use_lvn = bb->use_lvn && (cu_->disable_opt & (1u << kGlobalValueNumbering)) != 0u; local
329 if (use_lvn) {
338 if (use_lvn) {
568 if (use_lvn && UNLIKELY(!global_valnum->Good())) {
    [all...]
mir_graph.h 408 bool use_lvn:1; // Run local value numbering on this block. member in struct:art::BasicBlock
    [all...]

Completed in 45 milliseconds