Searched refs:HLoopInformationOutwardIterator (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.cc1825 for (HLoopInformationOutwardIterator it(*loop_update_start); !it.Done(); it.Advance()) {
1860 for (HLoopInformationOutwardIterator it(*other); !it.Done(); it.Advance()) {
1977 for (HLoopInformationOutwardIterator loop_it(*block);
H A Dgraph_checker.cc634 for (HLoopInformationOutwardIterator it(*loop_header); !it.Done(); it.Advance()) {
H A Dssa_liveness_analysis.h1022 for (HLoopInformationOutwardIterator it(block_at_use);
H A Dnodes.h1165 class HLoopInformationOutwardIterator : public ValueObject { class in namespace:art
1167 explicit HLoopInformationOutwardIterator(const HBasicBlock& block) function in class:art::HLoopInformationOutwardIterator
1185 DISALLOW_COPY_AND_ASSIGN(HLoopInformationOutwardIterator);
H A Dregister_allocator.cc1247 for (HLoopInformationOutwardIterator it(*block_to); !it.Done(); it.Advance()) {

Completed in 68 milliseconds