Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2612 InstructionCost ScalarCallCost = in getVectorCallCost() local
2618 return std::min(ScalarCallCost, IntrinsicCost); in getVectorCallCost()
2620 return ScalarCallCost; in getVectorCallCost()
5789 InstructionCost ScalarCallCost = in setVectorizedCallDecision() local
5796 ScalarCost = ScalarCallCost * VF.getKnownMinValue() + ScalarizationCost; in setVectorizedCallDecision()