Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp9597 uint64_t RtC = *CheckCost.getValue(); in areRuntimeChecksProfitable() local
9599 uint64_t MinTC1 = Div == 0 ? 0 : divideCeil(RtC * IntVF, Div); in areRuntimeChecksProfitable()
9608 uint64_t MinTC2 = divideCeil(RtC * 10, ScalarC); in areRuntimeChecksProfitable()