Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.cc179 for (HReversePostOrderIterator itb(*GetGraph()); !itb.Done(); itb.Advance()) { in FixNullConstantType() local
180 for (HInstructionIterator it(itb.Current()->GetInstructions()); !it.Done(); it.Advance()) { in FixNullConstantType()
211 for (HReversePostOrderIterator itb(*GetGraph()); !itb.Done(); itb.Advance()) { in EquivalentPhisCleanup() local
212 for (HInstructionIterator it(itb.Current()->GetPhis()); !it.Done(); it.Advance()) { in EquivalentPhisCleanup()