Lines Matching defs:BlockIter
564 auto BlockIter = MBB->begin();
565 decltype(BlockIter) LastUpdate;
579 while (BlockIter != MBB->end()) {
580 auto &MI = *BlockIter++;
639 if (IncrementalUpdate && LastUpdate != BlockIter) {
641 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits);
642 LastUpdate = BlockIter;
651 LastUpdate = BlockIter;
661 BlockIter--;
697 LastUpdate = BlockIter;