Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9938 InstructionCost CheckCost = Checks.getCost(); in areRuntimeChecksProfitable() local
9939 if (!CheckCost.isValid()) in areRuntimeChecksProfitable()
9945 if (CheckCost > VectorizeMemoryCheckThreshold) { in areRuntimeChecksProfitable()
9995 double RtC = *CheckCost.getValue(); in areRuntimeChecksProfitable()