Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h446 for (const HistogramInfo &HGram : Histograms) in getHistogramInfo()
454 bool hasHistograms() const { return !Histograms.empty(); } in hasHistograms()
646 SmallVector<HistogramInfo, 1> Histograms; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1088 SmallVectorImpl<HistogramInfo> &Histograms) { in findHistogram() argument
1152 Histograms.emplace_back(IndexedLoad, HBinOp, HSt); in findHistogram()
1197 return findHistogram(LI, SI, TheLoop, LAI->getPSE(), Histograms); in canVectorizeIndirectUnsafeDependences()