Home
last modified time | relevance | path

Searched refs:DenseSet (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp41 llvm::DenseSet<VarDecl *> &VarsToChange;
74 RootBlockObjCVarRewriter(llvm::DenseSet<VarDecl *> &VarsToChange) in RootBlockObjCVarRewriter()
112 llvm::DenseSet<VarDecl *> &VarsToChange;
115 BlockObjCVarRewriter(llvm::DenseSet<VarDecl *> &VarsToChange) in BlockObjCVarRewriter()
128 llvm::DenseSet<VarDecl *> VarsToChange; in traverseBody()
133 for (llvm::DenseSet<VarDecl *>::iterator in traverseBody()
H A DTransforms.h96 llvm::DenseSet<SourceLocation> AttrSet;
97 llvm::DenseSet<SourceLocation> RemovedAttrSet;
101 llvm::DenseSet<SourceLocation> AtPropsWeak;
205 typedef llvm::DenseSet<Expr *> ExprSet;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp98 PostDominatorTree &PDT, DenseSet<const Value *> &DV, in DivergencePropagator()
99 DenseSet<const Use *> &DU) in DivergencePropagator()
112 DenseSet<BasicBlock *> &InfluenceRegion);
116 Instruction &I, const DenseSet<BasicBlock *> &InfluenceRegion);
123 DenseSet<const Value *> &DV; // Stores all divergent values.
124 DenseSet<const Use *> &DU; // Stores divergent uses of possibly uniform
198 DenseSet<BasicBlock *> InfluenceRegion; in exploreSyncDependency()
218 Instruction &I, const DenseSet<BasicBlock *> &InfluenceRegion) { in findUsersOutsideInfluenceRegion()
233 DenseSet<BasicBlock *> &InfluenceRegion, in addSuccessorsToInfluenceRegion()
243 DenseSet<BasicBlock *> &InfluenceRegion) { in computeInfluenceRegion()
H A DIRSimilarityIdentifier.cpp373 DenseSet<unsigned> &TargetValueNumbers){ in checkNumberingAndReplaceCommutative()
375 DenseMap<unsigned, DenseSet<unsigned>>::iterator ValueMappingIt; in checkNumberingAndReplaceCommutative()
400 DenseSet<unsigned> NewSet; in checkNumberingAndReplaceCommutative()
472 DenseMap<unsigned, DenseSet<unsigned>>::iterator Val; in checkNumberingAndReplace()
486 DenseSet<unsigned> &TargetSet = Val->second; in checkNumberingAndReplace()
533 DenseSet<unsigned> ValueNumbersA; in compareCommutativeOperandMapping()
534 DenseSet<unsigned> ValueNumbersB; in compareCommutativeOperandMapping()
581 DenseMap<unsigned, DenseSet<unsigned>> ValueNumberMappingA; in compareStructure()
582 DenseMap<unsigned, DenseSet<unsigned>> ValueNumberMappingB; in compareStructure()
583 DenseMap<unsigned, DenseSet<unsigned>>::iterator ValueMappingIt; in compareStructure()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypeFinder.h33 DenseSet<const Value*> VisitedConstants;
34 DenseSet<const MDNode *> VisitedMetadata;
35 DenseSet<Type*> VisitedTypes;
61 DenseSet<const MDNode *> &getVisitedMetadata() { return VisitedMetadata; } in getVisitedMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp253 DenseSet<Region *> TailRegionSet; in split()
299 DenseSet<Region *> TrueBiasedRegions;
300 DenseSet<Region *> FalseBiasedRegions;
421 DenseSet<CHRScope *> Scopes;
905 DenseSet<Instruction *> Unhoistables; in checkScopeHoistable()
1045 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion()
1162 DenseSet<Value *> PrevConditionValues; in splitScope()
1391 DenseSet<Instruction *> Unhoistables; in setCHRRegions()
1403 DenseSet<Instruction *> HoistStops; in setCHRRegions()
1503 DenseSet<Instruction *> HoistedSet; in hoistScopeConditions()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp53 DenseSet<StringRef> &CallesNames) { in findCalles()
89 DenseMap<StringRef, DenseSet<StringRef>> CallerAndCalles; in operator ()()
90 DenseSet<StringRef> Calles; in operator ()()
175 DenseSet<const BasicBlock *> PredSkipNodes; in traverseToEntryBlock()
216 DenseSet<const BasicBlock *> SuccSkipNodes; in traverseToExitBlock()
284 DenseMap<StringRef, DenseSet<StringRef>> CallerAndCalles; in operator ()()
285 DenseSet<StringRef> Calles; in operator ()()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp124 DenseMap<Location, DenseSet<unsigned>> Seen; in runOnMachineFunction()
139 DenseSet<unsigned> &Set = Seen[L]; in runOnMachineFunction()
140 const std::pair<DenseSet<unsigned>::iterator, bool> TryInsert = in runOnMachineFunction()
166 std::pair<DenseSet<unsigned>::iterator, bool> MustInsert = in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTStructuralEquivalence.h51 llvm::DenseSet<std::pair<Decl *, Decl *>> VisitedDecls;
55 llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls;
74 llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h168 llvm::DenseSet<const Module *> DirectModularDeps;
170 llvm::DenseSet<const Module *> DirectPrebuiltModularDeps;
183 llvm::DenseSet<const Module *> &AddedModules);
185 llvm::DenseSet<const Module *> &AddedModules);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp76 static void collectCallers(Function *F, DenseSet<Function *> &Callers) { in collectCallers()
88 static void collectFunctionUsers(User *U, DenseSet<Function *> &Funcs) { in collectFunctionUsers()
102 DenseSet<Function *> Callers; in runOnModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h107 const DenseSet<Register> &UsedByPhi, bool Remove);
111 const DenseSet<Register> &UsedByPhi);
118 const DenseSet<Register> &RegsUsedByPhi,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDivergenceAnalysis.h125 DenseSet<const Loop *> DivergentLoops;
134 DenseSet<const Value *> UniformOverrides;
137 DenseSet<const Value *> DivergentValues;
H A DLegacyDivergenceAnalysis.h69 DenseSet<const Value *> DivergentValues;
72 DenseSet<const Use *> DivergentUses;
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.h55 llvm::DenseSet<StringRef> usedStartStop;
57 llvm::DenseSet<StringRef> thinIndices;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h101 using ExportSetTy = DenseSet<ValueInfo>;
181 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
188 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculateAnalyses.h29 void findCalles(const BasicBlock *, DenseSet<StringRef> &);
33 using ResultTy = Optional<DenseMap<StringRef, DenseSet<StringRef>>>;
H A DSpeculation.h174 using IRlikiesStrRef = Optional<DenseMap<StringRef, DenseSet<StringRef>>>;
189 internToJITSymbols(DenseMap<StringRef, DenseSet<StringRef>> IRNames) { in internToJITSymbols()
193 DenseSet<SymbolStringPtr> TargetJITNames; in internToJITSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h49 DenseSet<StructType *> OpaqueStructTypes;
52 DenseSet<StructType *, StructTypeKeyInfo> NonOpaqueStructTypes;
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DResolver.h83 llvm::DenseSet<const Atom *> _liveAtoms;
84 llvm::DenseSet<const Atom *> _deadAtoms;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h23 llvm::DenseSet<dw_offset_t> units_to_avoid = {})
80 llvm::DenseSet<dw_offset_t> m_units_to_avoid;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp80 DenseSet<ArrayRef<unsigned>> OutputGVNCombinations;
106 void findSameConstants(DenseSet<unsigned> &NotSame);
295 DenseSet<unsigned> &NotSame) { in collectRegionsConstants()
341 void OutlinableGroup::findSameConstants(DenseSet<unsigned> &NotSame) { in findSameConstants()
494 DenseSet<unsigned> Seen; in findConstants()
731 DenseSet<unsigned> AggArgsUsed; in findExtractedOutputToOverallOutputMapping()
784 DenseSet<unsigned> &NotSame) { in findAddInputsOutputs()
1001 DenseSet<BasicBlock *> &ExcludeBlocks) { in collectRelevantInstructions()
1081 DenseSet<unsigned> ValuesToFind(Region.GVNStores.begin(), in alignOutputBlockWithAggFunc()
1089 DenseSet<BasicBlock *> ExcludeBBs(OutputStoreBBs.begin(), in alignOutputBlockWithAggFunc()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h167 llvm::DenseSet<lldb_private::SymbolFile *> &visited_symbol_files, in ForEachExternalModule()
235 llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files,
245 llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp184 using BBSet = DenseSet<const BasicBlock *>; in addDiscriminators()
187 using LocationSet = DenseSet<Location>; in addDiscriminators()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp90 DenseSet<ssize_t> AssociatedSections; in removeSections()
95 DenseSet<ssize_t> RemovedSections; in removeSections()

12345678910>>...12