Lines Matching refs:blocks
371 HPhase phase("Mark empty blocks", this);
372 for (int i = 0; i < graph()->blocks()->length(); ++i) {
373 HBasicBlock* block = graph()->blocks()->at(i);
522 const ZoneList<HBasicBlock*>* blocks = graph()->blocks();
523 for (int i = 0; i < blocks->length(); i++) {
525 if (i < blocks->length() - 1) next = blocks->at(i + 1);
526 DoBasicBlock(blocks->at(i), next);