Searched defs:Cluster (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.h81 struct Cluster { struct in class:llvm::exegesis::InstructionBenchmarkClustering
83 explicit Cluster(const ClusterId &Id) : Id(Id) {} function in struct:llvm::exegesis::InstructionBenchmarkClustering::Cluster
H A DAnalysis.cpp438 const auto &Cluster = Clustering_.getCluster(Id); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp226 bool Cluster = false; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h74 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator in enum:llvm::SDep::OrderKind
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp277 ClusterBindings Cluster = local
292 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); local
305 const ClusterBindings *Cluster = lookup(Base); local
644 const ClusterBindings &Cluster = I.getData(); variable
744 const ClusterBindings &Cluster = RI.getData(); local
751 AddToWorkList(WorkListElement(Base), &Cluster); local
793 const ClusterBindings *Cluster = B.lookup(R); local
857 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, SValBuilder &SVB, const ClusterBindings &Cluster, const SubRegion *Top, BindingKey TopKey, bool IncludeAllDefaultBindings) argument
929 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, SValBuilder &SVB, const ClusterBindings &Cluster, const SubRegion *Top, bool IncludeAllDefaultBindings) argument
948 const ClusterBindings *Cluster = B.lookup(ClusterHead); local
2022 const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion()); local
2094 const ClusterBindings &Cluster = RI.getData(); local
[all...]

Completed in 194 milliseconds