Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h386 using WeightList = SmallVector<Weight, 4>; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp92 using WeightList = BlockFrequencyInfoImplBase::Distribution::WeightList; typedef