Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.h81 struct Cluster { struct
83 explicit Cluster(const ClusterId &Id) : Id(Id) {} in Cluster() function
85 const ClusterId Id; argument
96 const Cluster &getCluster(ClusterId Id) const { in getCluster() argument
H A DAnalysis.cpp312 for (const SchedClassCluster &Cluster : Clusters) { in printSchedClassClustersHtml() local
438 const auto &Cluster = Clustering_.getCluster(Id); in printClusterRawHtml() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp277 ClusterBindings Cluster = in addBinding() local
292 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local
305 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local
644 const ClusterBindings &Cluster = I.getData(); in iterBindings() local
744 const ClusterBindings &Cluster = RI.getData(); in GenerateClusters() local
793 const ClusterBindings *Cluster = B.lookup(R); in scanReachableSymbols() local
858 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings()
930 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings()
948 const ClusterBindings *Cluster = B.lookup(ClusterHead); in removeSubRegionBindings() local
2022 const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion()); in getInterestingValues() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h74 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
H A DMachineScheduler.h813 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp226 bool Cluster = false; in ClusterNeighboringLoads() local