Home
last modified time | relevance | path

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

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