Home
last modified time | relevance | path

Searched refs:num_inst (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dloop_analysis.cc364 uint32_t num_inst = 0, num_inst_header = 0, num_inst_loop_body = 0; in GetUnrollingFactor() local
368 num_inst = 0; in GetUnrollingFactor()
381 num_inst += GetMachineInstructionCount(inst); in GetUnrollingFactor()
385 num_inst_header = num_inst; in GetUnrollingFactor()
387 num_inst_loop_body += num_inst; in GetUnrollingFactor()