Home
last modified time | relevance | path

Searched refs:WeightList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp92 using WeightList = BlockFrequencyInfoImplBase::Distribution::WeightList; typedef
178 static void combineWeightsBySorting(WeightList &Weights) { in combineWeightsBySorting()
185 WeightList::iterator O = Weights.begin(); in combineWeightsBySorting()
186 for (WeightList::const_iterator I = O, L = O, E = Weights.end(); I != E; in combineWeightsBySorting()
199 static void combineWeightsByHashing(WeightList &Weights) { in combineWeightsByHashing()
218 static void combineWeights(WeightList &Weights) { in combineWeights()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h386 using WeightList = SmallVector<Weight, 4>; member
388 WeightList Weights; ///< Individual successor weights.