Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp61 struct Cluster { global() struct
62 Cluster__anon14bfe4470111::Cluster Cluster() argument
64 getDensity__anon14bfe4470111::Cluster getDensity() argument
70 next__anon14bfe4470111::Cluster global() argument
71 prev__anon14bfe4470111::Cluster global() argument
72 size__anon14bfe4470111::Cluster global() argument
73 weight__anon14bfe4470111::Cluster global() argument
74 initialWeight__anon14bfe4470111::Cluster global() argument
75 bestPred__anon14bfe4470111::Cluster global() argument
[all...]
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp33 struct Cluster { struct
34 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() argument
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};
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp48 struct Cluster { struct
49 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function
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};
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp283 ClusterBindings Cluster = in addBinding() local
298 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local
311 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local
738 const ClusterBindings &Cluster = RI.getData(); in GenerateClusters() local
787 const ClusterBindings *Cluster = B.lookup(R); in scanReachableSymbols() local
852 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings()
923 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings()
941 const ClusterBindings *Cluster = B.lookup(ClusterHead); in removeSubRegionBindings() local
2264 const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion()); in getInterestingValues() local
2331 const ClusterBindings &Cluster = RI.getData(); in includedInBindings() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h74 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
H A DMachineScheduler.h1072 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, 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.cpp5180 ArrayRef<int> Cluster = Mask.slice(I, Sz); in isRepeatedNonIdentityClusteredMask() local