Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSmartPtrModeling.cpp115 removeTrackedSubregions(TrackedRegionMapTy RegionMap, in removeTrackedSubregions() argument
119 return RegionMap; in removeTrackedSubregions()
120 for (const auto &E : RegionMap) { in removeTrackedSubregions()
122 RegionMap = RegionMapFactory.remove(RegionMap, E.first); in removeTrackedSubregions()
124 return RegionMap; in removeTrackedSubregions()
312 TrackedRegionMapTy RegionMap = State->get<TrackedRegionMap>(); in checkRegionChanges() local
316 RegionMap = removeTrackedSubregions(RegionMap, RegionMapFactory, in checkRegionChanges()
318 return State->set<TrackedRegionMap>(RegionMap); in checkRegionChanges()
DIteratorModeling.cpp306 auto RegionMap = State->get<IteratorRegionMap>(); in checkLiveSymbols() local
307 for (const auto &Reg : RegionMap) { in checkLiveSymbols()
329 auto RegionMap = State->get<IteratorRegionMap>(); in checkDeadSymbols() local
330 for (const auto &Reg : RegionMap) { in checkDeadSymbols()
734 auto RegionMap = State->get<IteratorRegionMap>(); in printState() local
738 if (!SymbolMap.isEmpty() || !RegionMap.isEmpty()) { in printState()
753 for (const auto &Reg : RegionMap) { in printState()
DContainerModeling.cpp907 auto RegionMap = State->get<IteratorRegionMap>(); in processIteratorPositions() local
909 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() local
1051 for (const auto &Reg : RegionMap) { in hasLiveIterators()
/external/swiftshader/third_party/llvm-10.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/llvm-project/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/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp1517 ValueMapT &RegionMap = Inserted.first->second; in copyStmt() local
1521 copyBB(Stmt, BB, BBCopy, RegionMap, LTS, IdToAstExp); in copyStmt()
1539 ValueMap.insert(RegionMap.begin(), RegionMap.end()); in copyStmt()
1571 ValueMapT &RegionMap = RegionMaps[BBCopyStart]; in copyStmt() local
1572 RegionMap.insert(StartBlockMap.begin(), StartBlockMap.end()); in copyStmt()
1575 copyInstScalar(Stmt, TI, RegionMap, LTS); in copyStmt()
/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
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp211 auto I = RegionMap.find(Context); in getContextDescriptor()
212 if (I != RegionMap.end()) { in getContextDescriptor()
2412 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition()
2434 RegionMap.erase(Ty->getDecl()); in CreateTypeDefinition()
2443 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition()
2644 RegionMap[Ty->getDecl()].reset(RealDecl); in CreateTypeDefinition()
3409 RegionMap[Ty->getDecl()].reset(RealDecl); in CreateLimitedType()
3824 RegionMap[D].reset(SP); in EmitFunctionStart()
3896 RegionMap[D].reset(SP); in EmitFunctionStart()
DCGDebugInfo.h142 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> RegionMap; variable