Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_analysis.h49 size_t GetNumberOfInstructions() const { return instr_num_; } in GetNumberOfInstructions() function
Dloop_analysis.cc119 size_t instr_num = analysis_info->GetNumberOfInstructions(); in IsFullUnrollingBeneficial()
127 size_t instr_num = loop_analysis_info->GetNumberOfInstructions(); in IsLoopTooBig()