Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_analysis.cc352 uint32_t num_inst = 0, num_inst_header = 0, num_inst_loop_body = 0; in GetUnrollingFactor() local
373 num_inst_header = num_inst; in GetUnrollingFactor()
383 uint32_t desired_size = unrolling_inst - num_inst_header - 3; in GetUnrollingFactor()