Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc1771 HInstruction* ldclass = clinit->InputAt(0); in SimplifyRotate() local
1772 if (ldclass->IsLoadClass() && !ldclass->HasUses()) { in SimplifyRotate()
1773 ldclass->GetBlock()->RemoveInstruction(ldclass); in SimplifyRotate()