Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DCallGraphSort.cpp61 struct Cluster { struct
62 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function
64 double getDensity() const { in getDensity()
70 int next;
71 int prev;
72 uint64_t size;
73 uint64_t weight = 0;
74 uint64_t initialWeight = 0;
75 Edge bestPred = {-1, 0};
/openbsd-src/gnu/llvm/lld/COFF/
H A DCallGraphSort.cpp33 struct Cluster { struct
34 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function
36 double getDensity() const { in getDensity()
42 int next;
43 int prev;
44 uint64_t size;
45 uint64_t weight = 0;
46 uint64_t initialWeight = 0;
47 Edge bestPred = {-1, 0};
/openbsd-src/gnu/llvm/lld/MachO/
H A DSectionPriorities.cpp48 struct Cluster { struct
49 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() argument
51 double getDensity() const { in getDensity()
57 int next;
58 int prev;
59 uint64_t size;
60 uint64_t weight = 0;
61 uint64_t initialWeight = 0;
62 Edge bestPred = {-1, 0};
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DClustering.h81 struct Cluster { struct
83 explicit Cluster(const ClusterId &Id) : Id(Id) {} in Cluster() argument
85 const ClusterId Id; argument
96 const Cluster &getCluster(ClusterId Id) const { in getCluster() argument
H A DAnalysis.cpp308 for (const SchedClassCluster &Cluster : Clusters) { in printSchedClassClustersHtml() local
433 const auto &Cluster = Clustering_.getCluster(Id); in printClusterRawHtml() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp281 ClusterBindings Cluster = in addBinding() local
296 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local
309 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local
648 const ClusterBindings &Cluster = I.getData(); in iterBindings() local
739 const ClusterBindings &Cluster = RI.getData(); in GenerateClusters() local
788 const ClusterBindings *Cluster = B.lookup(R); in scanReachableSymbols() local
853 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings()
925 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings()
943 const ClusterBindings *Cluster = B.lookup(ClusterHead); in removeSubRegionBindings() local
2277 const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion()); in getInterestingValues() local
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h74 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
H A DMachineScheduler.h843 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp229 bool Cluster = false; in ClusterNeighboringLoads() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4073 ArrayRef<int> Cluster = Mask.slice(I, Sz); in isRepeatedNonIdentityClusteredMask() local