Home
last modified time | relevance | path

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

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