Home
last modified time | relevance | path

Searched defs:Cluster (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp32 struct Cluster { struct
33 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function
35 double getDensity() const { in getDensity()
41 int next;
42 int prev;
43 uint64_t size;
44 uint64_t weight = 0;
45 uint64_t initialWeight = 0;
46 Edge bestPred = {-1, 0};
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp45 struct Cluster { struct
46 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function
48 double getDensity() const { in getDensity()
54 int next;
55 int prev;
56 uint64_t size;
57 uint64_t weight = 0;
58 uint64_t initialWeight = 0;
59 Edge bestPred = {-1, 0};
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp47 struct Cluster { struct
48 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() argument
50 double getDensity() const { in getDensity()
56 int next;
57 int prev;
58 uint64_t size;
59 uint64_t weight = 0;
60 uint64_t initialWeight = 0;
61 Edge bestPred = {-1, 0};
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp247 using Cluster = in printJson() typedef
437 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local
450 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local
908 const ClusterBindings &Cluster = RI.getData(); in GenerateClusters() local
957 const ClusterBindings *Cluster = B.lookup(R); in scanReachableSymbols() local
1022 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings()
1093 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings()
1111 const ClusterBindings *Cluster = B.lookup(ClusterHead); in removeSubRegionBindings() local
2423 const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion()); in getInterestingValues() local
2491 const ClusterBindings &Cluster = RI.getData(); in includedInBindings() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp82 SmallSet<SUnit *, 8> Cluster{{&FirstSU, &SecondSU}}; in fuseInstructionPair() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp932 BitVector Cluster; member
1024 BitVector Cluster = SG.createNodesBitVector(); in setupWorkList() local
1079 const BitVector &Cluster = Entry.Cluster; in pickPartition() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h174 Cluster = 2, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h76 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
H A DMachineScheduler.h1085 Cluster, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp230 bool Cluster = false; in ClusterNeighboringLoads() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6970 ArrayRef<int> Cluster = Mask.slice(I, Sz); in isRepeatedNonIdentityClusteredMask() local