Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h445 std::optional<const HistogramInfo *> getHistogramInfo(Instruction *I) const { in getHistogramInfo() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6121 auto Info = Legal->getHistogramInfo(I); in getInstructionCost()
8248 if (auto HistInfo = Legal->getHistogramInfo(SI)) in tryToCreateWidenRecipe()