Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingValue.c256 int64_t PreciseRangeStart, int64_t PreciseRangeLast, int64_t LargeValue) { in __llvm_profile_instrument_range() argument
261 (int64_t)TargetValue > PreciseRangeLast) in __llvm_profile_instrument_range()
262 TargetValue = PreciseRangeLast + 1; in __llvm_profile_instrument_range()
H A DInstrProfData.inc163 VALUE_PROF_FUNC_PARAM(uint64_t, PreciseRangeLast, Type::getInt64Ty(Ctx)) \
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp145 PreciseRangeLast); in MemOPSizeOpt()
182 int64_t PreciseRangeLast; member in __anonfbc49ae80211::MemOPSizeOpt
195 if (Value == PreciseRangeLast + 1) in getMemOPSizeKind()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc163 VALUE_PROF_FUNC_PARAM(uint64_t, PreciseRangeLast, Type::getInt64Ty(Ctx)) \