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.cpp2906 InstructionCost ScalarCallCost = in getVectorCallCost() local
2912 return std::min(ScalarCallCost, IntrinsicCost); in getVectorCallCost()
2914 return ScalarCallCost; in getVectorCallCost()
6201 InstructionCost ScalarCallCost = in setVectorizedCallDecision() local
6209 ScalarCost = ScalarCallCost * VF.getKnownMinValue() + ScalarizationCost; in setVectorizedCallDecision()