Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp316 const InstrProfRecord &IPR = Func.second; in shouldEncodeData() local
317 if (llvm::any_of(IPR.Counts, [](uint64_t Count) { return Count > 0; })) in shouldEncodeData()