Searched refs:PredIter (Results 1 – 1 of 1) sorted by relevance
1470 pred_iterator PredIter = pred_begin(DestBB); in mergeStoreIntoSuccessor() local1471 if (*PredIter == StoreBB) in mergeStoreIntoSuccessor()1472 ++PredIter; in mergeStoreIntoSuccessor()1473 BasicBlock *OtherBB = *PredIter; in mergeStoreIntoSuccessor()