Searched refs:BBPredPair (Results 1 – 1 of 1) sorted by relevance
966 for (auto &BBPredPair : PredMap) { in applyInsertUpdates() local967 auto *BB = BBPredPair.first; in applyInsertUpdates()968 const auto &AddedBlockSet = BBPredPair.second.Added; in applyInsertUpdates()969 auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates()1009 for (auto &BBPredPair : PredMap) { in applyInsertUpdates() local1010 auto *BB = BBPredPair.first; in applyInsertUpdates()1011 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates()1012 const auto &AddedBlockSet = BBPredPair.second.Added; in applyInsertUpdates()