Home
last modified time | relevance | path

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

/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 getDensity__anon2bbc5d810111::Cluster getDensity() argument
42 next__anon2bbc5d810111::Cluster global() argument
43 prev__anon2bbc5d810111::Cluster global() argument
44 size__anon2bbc5d810111::Cluster global() argument
45 weight__anon2bbc5d810111::Cluster global() argument
46 initialWeight__anon2bbc5d810111::Cluster global() argument
47 bestPred__anon2bbc5d810111::Cluster global() argument
[all...]
/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() argument
48 getDensity__anonb9d340fa0111::Cluster getDensity() argument
54 next__anonb9d340fa0111::Cluster global() argument
55 prev__anonb9d340fa0111::Cluster global() argument
56 size__anonb9d340fa0111::Cluster global() argument
57 weight__anonb9d340fa0111::Cluster global() argument
58 initialWeight__anonb9d340fa0111::Cluster global() argument
59 bestPred__anonb9d340fa0111::Cluster global() argument
[all...]
/llvm-project/lld/MachO/
H A DSectionPriorities.cpp48 struct Cluster { global() struct
49 Cluster__anona29962b40111::Cluster Cluster() argument
51 getDensity__anona29962b40111::Cluster getDensity() argument
57 next__anona29962b40111::Cluster global() argument
58 prev__anona29962b40111::Cluster global() argument
59 size__anona29962b40111::Cluster global() argument
60 weight__anona29962b40111::Cluster global() argument
61 initialWeight__anona29962b40111::Cluster global() argument
62 bestPred__anona29962b40111::Cluster global() argument
[all...]
/llvm-project/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.cpp291 for (const SchedClassCluster &Cluster : Clusters) { in printSchedClassClustersHtml() local
416 const auto &Cluster = Clustering_.getCluster(Id); in printClusterRawHtml() local
/llvm-project/bolt/lib/Passes/
H A DHFSort.cpp53 Cluster::Cluster(NodeId Id, const Node &Func) in Cluster() function in llvm::bolt::Cluster
59 Cluster::Cluster(const std::vector<NodeId> &Nodes, const CallGraph &Cg) { in Cluster() function in llvm::bolt::Cluster
163 Cluster *Cluster = FuncCluster[Fid]; in clusterize() local
228 Cluster *Cluster = FuncCluster[Func]; in clusterize() local
H A DReorderAlgorithm.cpp147 std::vector<BinaryBasicBlock *> &Cluster = Clusters.back(); in clusterBasicBlocks() local
670 ClusterAlgorithm::ClusterTy &Cluster = Clusters[ClusterIndex]; in reorderBasicBlocks() local
719 ClusterAlgorithm::ClusterTy &Cluster = Clusters[ClusterIndex]; in reorderBasicBlocks() local
775 ClusterAlgorithm::ClusterTy &Cluster = Clusters[ClusterIndex]; in reorderBasicBlocks() local
H A DReorderFunctions.cpp125 for (const Cluster &Cluster : Clusters) { reorder() local
174 for (const Cluster &Cluster : Clusters) { printStats() local
[all...]
/llvm-project/bolt/include/bolt/Passes/
H A DReorderFunctions.h17 class Cluster; variable
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp283 ClusterBindings Cluster = addBinding() local
298 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); lookup() local
311 const ClusterBindings *Cluster = lookup(Base); 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...]
/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, global() enumerator
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp230 bool Cluster = false; in ClusterNeighboringLoads() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5150 ArrayRef<int> Cluster = Mask.slice(I, Sz); isRepeatedNonIdentityClusteredMask() local