Searched refs:PredIter (Results 1 – 1 of 1) sorted by relevance
1462 pred_iterator PredIter = pred_begin(DestBB); in mergeStoreIntoSuccessor() local1463 if (*PredIter == StoreBB) in mergeStoreIntoSuccessor()1464 ++PredIter; in mergeStoreIntoSuccessor()1465 BasicBlock *OtherBB = *PredIter; in mergeStoreIntoSuccessor()