Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7775 auto ComputeCCH = [&](Instruction *I) -> TTI::CastContextHint { in getInstructionCost() local
7806 CCH = ComputeCCH(Store); in getInstructionCost()
7812 CCH = ComputeCCH(Load); in getInstructionCost()