Home
last modified time | relevance | path

Searched refs:BBPredPair (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp966 for (auto &BBPredPair : PredMap) { in applyInsertUpdates() local
967 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() local
1010 auto *BB = BBPredPair.first; in applyInsertUpdates()
1011 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates()
1012 const auto &AddedBlockSet = BBPredPair.second.Added; in applyInsertUpdates()