Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9727 InstructionCost CheckCost = Checks.getCost(); in areRuntimeChecksProfitable() local
9728 if (!CheckCost.isValid()) in areRuntimeChecksProfitable()
9734 if (CheckCost > VectorizeMemoryCheckThreshold) { in areRuntimeChecksProfitable()
9784 double RtC = *CheckCost.getValue(); in areRuntimeChecksProfitable()