Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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() argument
51 getDensity__anon38454a130111::Cluster getDensity() argument
57 next__anon38454a130111::Cluster global() argument
58 prev__anon38454a130111::Cluster global() argument
59 size__anon38454a130111::Cluster global() argument
60 weight__anon38454a130111::Cluster global() argument
61 initialWeight__anon38454a130111::Cluster global() argument
62 bestPred__anon38454a130111::Cluster global() argument
[all...]
/freebsd-src/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(); GenerateClusters() local
787 const ClusterBindings *Cluster = B.lookup(R); scanReachableSymbols() local
852 collectSubRegionBindings(SmallVectorImpl<BindingPair> & Bindings,SValBuilder & SVB,const ClusterBindings & Cluster,const SubRegion * Top,BindingKey TopKey,bool IncludeAllDefaultBindings) collectSubRegionBindings() argument
923 collectSubRegionBindings(SmallVectorImpl<BindingPair> & Bindings,SValBuilder & SVB,const ClusterBindings & Cluster,const SubRegion * Top,bool IncludeAllDefaultBindings) collectSubRegionBindings() argument
941 const ClusterBindings *Cluster = B.lookup(ClusterHead); removeSubRegionBindings() local
2264 const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion()); getInterestingValues() local
2331 const ClusterBindings &Cluster = RI.getData(); includedInBindings() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp229 bool Cluster = false; ClusterNeighboringLoads() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4272 ArrayRef<int> Cluster = Mask.slice(I, Sz); isRepeatedNonIdentityClusteredMask() local