HomeSort by relevance Sort by last modified time
    Searched refs:WeightList (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 58 typedef BlockFrequencyInfoImplBase::Distribution::WeightList WeightList;
142 static void combineWeightsBySorting(WeightList &Weights) {
149 WeightList::iterator O = Weights.begin();
150 for (WeightList::const_iterator I = O, L = O, E = Weights.end(); I != E;
163 static void combineWeightsByHashing(WeightList &Weights) {
180 static void combineWeights(WeightList &Weights) {
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 348 typedef SmallVector<Weight, 4> WeightList;
349 WeightList Weights; ///< Individual successor weights.
370 /// cases, adjacent edge weights are combined by sorting WeightList and
    [all...]

Completed in 364 milliseconds