Searched refs:PredIter (Results 1 – 1 of 1) sorted by relevance
1499 pred_iterator PredIter = pred_begin(DestBB); in mergeStoreIntoSuccessor() local1500 if (*PredIter == StoreBB) in mergeStoreIntoSuccessor()1501 ++PredIter; in mergeStoreIntoSuccessor()1502 BasicBlock *OtherBB = *PredIter; in mergeStoreIntoSuccessor()