/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | SmartPtrModeling.cpp | 115 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()
|
D | IteratorModeling.cpp | 306 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()
|
D | ContainerModeling.cpp | 907 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/ |
D | AMDGPUMachineCFGStructurizer.cpp | 471 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/ |
D | AMDGPUMachineCFGStructurizer.cpp | 471 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/ |
D | BlockGenerators.cpp | 1517 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/ |
D | CGDebugInfo.cpp | 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()
|
D | CGDebugInfo.h | 110 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> RegionMap; variable
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 211 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()
|
D | CGDebugInfo.h | 142 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> RegionMap; variable
|