Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp471 DenseMap<MachineRegion *, RegionMRT *> &RegionMap);
625 DenseMap<MachineRegion *, RegionMRT *> &RegionMap) { in initializeMRT() argument
640 DenseMap<MachineRegion *, RegionMRT *> RegionMap; in buildMRT() local
643 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 …]
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp165 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()
DCGDebugInfo.h110 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> RegionMap; variable