Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10061 InstructionCost CheckCost = Checks.getCost(); in areRuntimeChecksProfitable() local
10062 if (!CheckCost.isValid()) in areRuntimeChecksProfitable()
10068 if (CheckCost > VectorizeMemoryCheckThreshold) { in areRuntimeChecksProfitable()
10118 double RtC = *CheckCost.getValue(); in areRuntimeChecksProfitable()