Searched refs:BBPredPair (Results 1 – 1 of 1) sorted by relevance
923 for (auto &BBPredPair : PredMap) { in applyInsertUpdates() local924 auto *BB = BBPredPair.first; in applyInsertUpdates()925 const auto &AddedBlockSet = BBPredPair.second.Added; in applyInsertUpdates()926 auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates()967 for (auto &BBPredPair : PredMap) { in applyInsertUpdates() local968 auto *BB = BBPredPair.first; in applyInsertUpdates()969 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates()970 const auto &AddedBlockSet = BBPredPair.second.Added; in applyInsertUpdates()