Home
last modified time | relevance | path

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

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