Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h4118 class HBlocksInLoopReversePostOrderIterator : public ValueObject {
4120 explicit HBlocksInLoopReversePostOrderIterator(const HLoopInformation& info) in HBlocksInLoopReversePostOrderIterator() function
4145 DISALLOW_COPY_AND_ASSIGN(HBlocksInLoopReversePostOrderIterator);
Dbounds_check_elimination.cc300 HBlocksInLoopReversePostOrderIterator it_loop(*loop_info); in Run()