Searched refs:RegionMap (Results 1 – 6 of 6) sorted by relevance
162 removeTrackedSubregions(TrackedRegionMapTy RegionMap, in removeTrackedSubregions() argument166 return RegionMap; in removeTrackedSubregions()167 for (const auto &E : RegionMap) { in removeTrackedSubregions()169 RegionMap = RegionMapFactory.remove(RegionMap, E.first); in removeTrackedSubregions()171 return RegionMap; in removeTrackedSubregions()578 TrackedRegionMapTy RegionMap = State->get<TrackedRegionMap>(); in checkRegionChanges() local582 RegionMap = removeTrackedSubregions(RegionMap, RegionMapFactory, in checkRegionChanges()584 return State->set<TrackedRegionMap>(RegionMap); in checkRegionChanges()
306 auto RegionMap = State->get<IteratorRegionMap>(); in checkLiveSymbols() local307 for (const auto &Reg : RegionMap) { in checkLiveSymbols()329 auto RegionMap = State->get<IteratorRegionMap>(); in checkDeadSymbols() local330 for (const auto &Reg : RegionMap) { in checkDeadSymbols()734 auto RegionMap = State->get<IteratorRegionMap>(); in printState() local738 if (!SymbolMap.isEmpty() || !RegionMap.isEmpty()) { in printState()753 for (const auto &Reg : RegionMap) { in printState()
907 auto RegionMap = State->get<IteratorRegionMap>(); in processIteratorPositions() local909 for (const auto &Reg : RegionMap) { in processIteratorPositions()911 RegionMap = RegionMapFactory.add(RegionMap, Reg.first, Proc(Reg.second)); in processIteratorPositions()917 State = State->set<IteratorRegionMap>(RegionMap); in processIteratorPositions()1050 auto RegionMap = State->get<IteratorRegionMap>(); in hasLiveIterators() local1051 for (const auto &Reg : RegionMap) { in hasLiveIterators()
621 DenseMap<MachineRegion *, RegionMRT *> RegionMap; in buildMRT() local624 RegionMap[TopLevelRegion] = Result; in buildMRT()648 if (RegionMap.count(Region) == 0) { in buildMRT()650 RegionMap[Region] = NewMRTRegion; in buildMRT()654 while (RegionMap.count(Parent) == 0) { in buildMRT()658 RegionMap[Parent] = NewMRTParent; in buildMRT()662 RegionMap[Parent]->addChild(NewMRTRegion); in buildMRT()663 NewMRTRegion->setParent(RegionMap[Parent]); in buildMRT()667 RegionMap[Region]->addChild(NewMBB); in buildMRT()668 NewMBB->setParent(RegionMap[Region]); in buildMRT()[all …]
212 auto I = RegionMap.find(Context); in getContextDescriptor()213 if (I != RegionMap.end()) { in getContextDescriptor()2459 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition()2481 RegionMap.erase(Ty->getDecl()); in CreateTypeDefinition()2490 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition()2691 RegionMap[Ty->getDecl()].reset(RealDecl); in CreateTypeDefinition()3467 RegionMap[Ty->getDecl()].reset(RealDecl); in CreateLimitedType()3890 RegionMap[D].reset(SP); in emitFunctionStart()3962 RegionMap[D].reset(SP); in emitFunctionStart()
142 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> RegionMap; variable