Searched refs:PredMap (Results 1 – 2 of 2) sorted by relevance
912 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local916 auto &AddedBlockSet = PredMap[BB].Added; in applyInsertUpdates()923 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()953 PredMap.erase(BB); in applyInsertUpdates()962 if (PredMap.count(BB) && !MSSA->getMemoryAccess(BB)) in applyInsertUpdates()967 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()
88 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef203 PredMap Predicates;207 PredMap LoopPreds;