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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp210 const ClusterBindings &Cluster = I.getData(); local
211 for (ClusterBindings::iterator CI = Cluster.begin(), CE = Cluster.end();
242 ClusterBindings Cluster = local
245 ClusterBindings NewCluster = CBFactory->add(Cluster, K, V);
257 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); local
258 if (!Cluster)
260 return Cluster->lookup(K);
270 const ClusterBindings *Cluster = lookup(Base); local
271 if (!Cluster)
584 const ClusterBindings &Cluster = I.getData(); variable
685 const ClusterBindings &Cluster = RI.getData(); local
692 AddToWorkList(WorkListElement(Base), &Cluster); local
734 const ClusterBindings *Cluster = B.lookup(R); local
798 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, SValBuilder &SVB, const ClusterBindings &Cluster, const SubRegion *Top, BindingKey TopKey, bool IncludeAllDefaultBindings) argument
870 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, SValBuilder &SVB, const ClusterBindings &Cluster, const SubRegion *Top, bool IncludeAllDefaultBindings) argument
889 const ClusterBindings *Cluster = B.lookup(ClusterHead); local
1886 const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion()); local
1958 const ClusterBindings &Cluster = RI.getData(); local
2445 const ClusterBindings &Cluster = I.getData(); local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h70 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator in enum:llvm::SDep::OrderKind
206 return getKind() == Order && Contents.OrdKind == Cluster;
H A DMachineScheduler.h757 NoCand, PhysRegCopy, RegExcess, RegCritical, Stall, Cluster, Weak, RegMax, enumerator in enum:llvm::GenericSchedulerBase::CandReason
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp215 bool Cluster = false; local
237 Cluster = true;
242 if (!Cluster)
266 // Cluster loads by adding MVT::Glue outputs and inputs. This also
289 /// ClusterNodes - Cluster certain nodes which should be scheduled together.
300 // Cluster loads from "near" addresses into combined SUnits.
515 // Cluster certain nodes which should be scheduled together.
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1338 && DAG->addEdge(SUb, SDep(SUa, SDep::Cluster))) {
1340 DEBUG(dbgs() << "Cluster loads SU(" << SUa->NodeNum << ") - SU("
1451 bool Success = DAG->addEdge(&ExitSU, SDep(&SU, SDep::Cluster));
2302 case Cluster: return "CLUSTER ";
2739 TryCand, Cand, Cluster))

Completed in 116 milliseconds