HomeSort by relevance Sort by last modified time
    Searched refs:CountSize (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
loop_analysis.cc 164 uint32_t instruction_count = block->GetInstructions().CountSize();
dead_code_elimination.cc 93 block->GetPhis().CountSize() + block->GetInstructions().CountSize());
loop_optimization_test.cc 309 EXPECT_EQ(new_preheader->GetPhis().CountSize(), 1u);
nodes.cc     [all...]
nodes.h 173 size_t CountSize() const;
    [all...]

Completed in 172 milliseconds