Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9541 InstructionCost CheckCost = Checks.getCost(); in areRuntimeChecksProfitable() local
9542 if (!CheckCost.isValid()) in areRuntimeChecksProfitable()
9548 if (CheckCost > VectorizeMemoryCheckThreshold) { in areRuntimeChecksProfitable()
9597 uint64_t RtC = *CheckCost.getValue(); in areRuntimeChecksProfitable()