Searched defs:GetBlocks (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h323 const ArenaVector<HBasicBlock*>& GetBlocks() const { return blocks_; } function in class:art::HGraph
656 blocks_(graph->GetArena(), graph->GetBlocks().size(), true, kArenaAllocLoopInfoBackEdges) {
721 const ArenaBitVector& GetBlocks() const { return blocks_; } function in class:art::HLoopInformation
6404 bool Done() const { return index_ == graph_.GetBlocks().size(); }
6405 HBasicBlock* Current() const { return graph_.GetBlocks()[index_]; }
6495 : blocks_in_loop_(info.GetBlocks()),
6496 blocks_(info.GetHeader()->GetGraph()->GetBlocks()),
6528 : blocks_in_loop_(info.GetBlocks()),

Completed in 73 milliseconds