Searched refs:HistogramInfo (Results 1 – 4 of 4) sorted by relevance
230 struct HistogramInfo { struct235 HistogramInfo(LoadInst *Load, Instruction *Update, StoreInst *Store) in HistogramInfo() argument445 std::optional<const HistogramInfo *> getHistogramInfo(Instruction *I) const { in getHistogramInfo()446 for (const HistogramInfo &HGram : Histograms) in getHistogramInfo()646 SmallVector<HistogramInfo, 1> Histograms;
23 struct HistogramInfo;130 VPHistogramRecipe *tryToWidenHistogram(const HistogramInfo *HI,
1088 SmallVectorImpl<HistogramInfo> &Histograms) { in findHistogram()
6123 const HistogramInfo *HGram = Info.value(); in getInstructionCost()7957 VPRecipeBuilder::tryToWidenHistogram(const HistogramInfo *HI, in tryToWidenHistogram()