Searched refs:IPR (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp263 const InstrProfRecord &IPR = Func.second; local
264 if (llvm::any_of(IPR.Counts, [](uint64_t Count) { return Count > 0; }))

Completed in 239 milliseconds