Searched refs:RegionMap (Results 1 – 3 of 3) sorted by relevance
471 DenseMap<MachineRegion *, RegionMRT *> &RegionMap);625 DenseMap<MachineRegion *, RegionMRT *> &RegionMap) { in initializeMRT() argument640 DenseMap<MachineRegion *, RegionMRT *> RegionMap; in buildMRT() local643 RegionMap[TopLevelRegion] = Result; in buildMRT()647 MachineBasicBlock *Exit = initializeMRT(MF, RegionInfo, RegionMap); in buildMRT()651 RegionMap[RegionInfo->getRegionFor(Exit)]->addChild(ExitMRT); in buildMRT()667 if (RegionMap.count(Region) == 0) { in buildMRT()669 RegionMap[Region] = NewMRTRegion; in buildMRT()673 while (RegionMap.count(Parent) == 0) { in buildMRT()677 RegionMap[Parent] = NewMRTParent; in buildMRT()[all …]
165 auto I = RegionMap.find(Context); in getContextDescriptor()166 if (I != RegionMap.end()) { in getContextDescriptor()1728 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition()1750 RegionMap.erase(Ty->getDecl()); in CreateTypeDefinition()1759 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition()1912 RegionMap[Ty->getDecl()].reset(RealDecl); in CreateTypeDefinition()2559 RegionMap[Ty->getDecl()].reset(RealDecl); in CreateLimitedType()2891 RegionMap[D].reset(SP); in EmitFunctionStart()2938 RegionMap[D].reset(SP); in EmitFunctionStart()
110 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> RegionMap; variable