Searched refs:PredIter (Results 1 – 1 of 1) sorted by relevance
1558 pred_iterator PredIter = pred_begin(DestBB); in mergeStoreIntoSuccessor() local1559 if (*PredIter == StoreBB) in mergeStoreIntoSuccessor()1560 ++PredIter; in mergeStoreIntoSuccessor()1561 BasicBlock *OtherBB = *PredIter; in mergeStoreIntoSuccessor()