Lines Matching defs:BlockIter
561 auto BlockIter = MBB->begin();
562 decltype(BlockIter) LastUpdate;
576 while (BlockIter != MBB->end()) {
577 auto &MI = *BlockIter++;
636 if (IncrementalUpdate && LastUpdate != BlockIter) {
638 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits);
639 LastUpdate = BlockIter;
648 LastUpdate = BlockIter;
658 BlockIter--;
694 LastUpdate = BlockIter;